SF.net SVN: geany: [734] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Fri Aug 18 11:46:40 UTC 2006
Revision: 734
Author: ntrel
Date: 2006-08-18 04:46:35 -0700 (Fri, 18 Aug 2006)
ViewCVS: http://svn.sourceforge.net/geany/?rev=734&view=rev
Log Message:
-----------
Change Don't save button icon and add mnemonic
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/dialogs.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-08-18 11:23:58 UTC (rev 733)
+++ trunk/ChangeLog 2006-08-18 11:46:35 UTC (rev 734)
@@ -1,6 +1,7 @@
2006-08-18 Nick Treleaven <nick.treleaven at btinternet.com>
* src/keyfile.c: Fix a small memory leak in configuration_load.
+ * src/dialogs.c: Change Don't save button icon and add mnemonic.
2006-08-17 Nick Treleaven <nick.treleaven at btinternet.com>
Modified: trunk/src/dialogs.c
===================================================================
--- trunk/src/dialogs.c 2006-08-18 11:23:58 UTC (rev 733)
+++ trunk/src/dialogs.c 2006-08-18 11:46:35 UTC (rev 734)
@@ -285,8 +285,8 @@
gtk_dialog_add_button(GTK_DIALOG(dialog), GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
button = gtk_button_new();
- label = gtk_label_new(_("Don't save"));
- image = gtk_image_new_from_stock(GTK_STOCK_NO, GTK_ICON_SIZE_BUTTON);
+ label = gtk_label_new_with_mnemonic(_("_Don't save"));
+ image = gtk_image_new_from_stock(GTK_STOCK_CLEAR, GTK_ICON_SIZE_BUTTON);
hbox = gtk_hbox_new(FALSE, 2);
align = gtk_alignment_new(0.5, 0.5, 0.0, 0.0);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list