gucharmap r1665 - trunk/gucharmap



Author: chpe
Date: Fri Mar 21 10:52:53 2008
New Revision: 1665
URL: http://svn.gnome.org/viewvc/gucharmap?rev=1665&view=rev

Log:
Fix the quit label.


Modified:
   trunk/gucharmap/gucharmap-window.c

Modified: trunk/gucharmap/gucharmap-window.c
==============================================================================
--- trunk/gucharmap/gucharmap-window.c	(original)
+++ trunk/gucharmap/gucharmap-window.c	Fri Mar 21 10:52:53 2008
@@ -636,7 +636,7 @@
     { "Go", NULL, N_("_Go"), NULL, NULL, NULL },
     { "Help", NULL, N_("_Help"), NULL, NULL, NULL },
 
-    { "Quit", GTK_STOCK_QUIT, N_("_Quit"), "<control>Q",
+    { "Quit", GTK_STOCK_CLOSE, NULL, NULL,
       NULL, G_CALLBACK (gtk_main_quit) },
 
     { "ZoomIn", NULL, N_("Zoom _In"), "<control>plus",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]