[GnomeMeeting-devel-list] [PATCH] fixes bugzilla's #139215



Hi,

pretty stupid, but still...

Snark
diff -ur gnomemeeting-cvs-20040407.CVS/src/menu.cpp gnomemeeting-cvs-20040407.CVS.patched/src/menu.cpp
--- gnomemeeting-cvs-20040407.CVS/src/menu.cpp	2004-04-07 11:37:44.000000000 +0200
+++ gnomemeeting-cvs-20040407.CVS.patched/src/menu.cpp	2004-04-07 18:27:30.000000000 +0200
@@ -669,13 +669,14 @@
 
       GTK_MENU_SEPARATOR,
      
-      GTK_MENU_ENTRY("about", _("_About GnomeMeeting"),
+      GTK_MENU_ENTRY("about", _("_About..."),
 		     _("View information about GnomeMeeting"),
 		     NULL, 'a', 
 		     GTK_SIGNAL_FUNC (about_callback),
 		     (gpointer) gm, TRUE),
 
-      GTK_MENU_ENTRY("quit", _("_Quit"), _("Quit GnomeMeeting"),
+      GTK_MENU_ENTRY("quit", _("_Quit"), 
+		     _("Quit GnomeMeeting"),
 		     GTK_STOCK_QUIT, 'Q', 
 		     GTK_SIGNAL_FUNC (quit_callback),
 		     (gpointer) gw, TRUE),


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