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

Jerome Guelfucci jeromeg at xfce.org
Mon Dec 1 18:32:37 CET 2008


Author: jeromeg
Date: 2008-12-01 17:32:37 +0000 (Mon, 01 Dec 2008)
New Revision: 6245

Modified:
   xfce4-screenshooter-plugin/trunk/ChangeLog
   xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c
Log:
  * lib/screenshooter-dialogs.c: use a custom button instead of the 
    stock ok button to be more precise on the action of this button.


Modified: xfce4-screenshooter-plugin/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter-plugin/trunk/ChangeLog	2008-12-01 17:28:43 UTC (rev 6244)
+++ xfce4-screenshooter-plugin/trunk/ChangeLog	2008-12-01 17:32:37 UTC (rev 6245)
@@ -1,5 +1,10 @@
 2008-12-01 jeromeg
 
+  * lib/screenshooter-dialogs.c: use a custom button instead of the 
+    stock ok button to be more precise on the action of this button.
+
+2008-12-01 jeromeg
+
   * src/main.c: fix the saving of preferences when no screenshot has
     been taken, the code to determine the save location remained in an
     incorrect place.

Modified: xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c
===================================================================
--- xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c	2008-12-01 17:28:43 UTC (rev 6244)
+++ xfce4-screenshooter-plugin/trunk/lib/screenshooter-dialogs.c	2008-12-01 17:32:37 UTC (rev 6245)
@@ -455,8 +455,10 @@
         xfce_titled_dialog_new_with_buttons (_("Take a screenshot"),
                                              NULL,
                                              GTK_DIALOG_DESTROY_WITH_PARENT,
-                                             GTK_STOCK_CLOSE, GTK_RESPONSE_CANCEL,
-                                             GTK_STOCK_OK, GTK_RESPONSE_OK,
+                                             GTK_STOCK_CLOSE, 
+                                             GTK_RESPONSE_CANCEL,
+                                             _("Take the screenshot"), 
+                                             GTK_RESPONSE_OK,
                                              NULL);
     }
   else




More information about the Goodies-commits mailing list