[Goodies-commits] r6294 - in xfce4-screenshooter-plugin/trunk: . lib panel-plugin

Jerome Guelfucci jeromeg at xfce.org
Fri Dec 12 18:52:48 CET 2008


Author: jeromeg
Date: 2008-12-12 17:52:48 +0000 (Fri, 12 Dec 2008)
New Revision: 6294

Modified:
   xfce4-screenshooter-plugin/trunk/ChangeLog
   xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c
   xfce4-screenshooter-plugin/trunk/panel-plugin/screenshooter.desktop.in.in
Log:
  * lib/screenshooter-dialogs.c: change a string and add a subtitle for
    the preferences dialog of the plugin.
  * panel-plugin/screenshooter.desktop.in.in: change the name of the
    desktop file.


Modified: xfce4-screenshooter-plugin/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter-plugin/trunk/ChangeLog	2008-12-08 00:20:07 UTC (rev 6293)
+++ xfce4-screenshooter-plugin/trunk/ChangeLog	2008-12-12 17:52:48 UTC (rev 6294)
@@ -1,3 +1,10 @@
+2008-12-12 jeromeg
+
+  * lib/screenshooter-dialogs.c: change a string and add a subtitle for
+    the preferences dialog of the plugin.
+  * panel-plugin/screenshooter.desktop.in.in: change the name of the
+    desktop file.
+
 2008-12-07 jeromeg
 
   * doc/: improve the English and the French documentation.

Modified: xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c
===================================================================
--- xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c	2008-12-08 00:20:07 UTC (rev 6293)
+++ xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c	2008-12-12 17:52:48 UTC (rev 6294)
@@ -466,7 +466,7 @@
   else
     {
       dlg =
-        xfce_titled_dialog_new_with_buttons (_("Take a screenshot"),
+        xfce_titled_dialog_new_with_buttons (_("Screenshot"),
                                              NULL,
                                              GTK_DIALOG_DESTROY_WITH_PARENT,
                                              GTK_STOCK_HELP,
@@ -474,6 +474,9 @@
                                              GTK_STOCK_CLOSE, 
                                              GTK_RESPONSE_OK,
                                              NULL);
+      
+      xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dlg), 
+                                       _("Preferences"));
     }                                             
 
   gtk_window_set_position (GTK_WINDOW (dlg), GTK_WIN_POS_CENTER);

Modified: xfce4-screenshooter-plugin/trunk/panel-plugin/screenshooter.desktop.in.in
===================================================================
--- xfce4-screenshooter-plugin/trunk/panel-plugin/screenshooter.desktop.in.in	2008-12-08 00:20:07 UTC (rev 6293)
+++ xfce4-screenshooter-plugin/trunk/panel-plugin/screenshooter.desktop.in.in	2008-12-12 17:52:48 UTC (rev 6294)
@@ -1,6 +1,6 @@
 [Xfce Panel]
 Type=X-XFCE-PanelPlugin
-_Name=Take a screenshot
+_Name=Screenshot
 _Comment=Take screenshots of the entire screen or of the active window
 Icon=applets-screenshooter
 X-XFCE-Exec=@PLUGIN_PATH@/xfce4-screenshooter-plugin




More information about the Goodies-commits mailing list