monkey-bubble r283 - in trunk: . src/ui
- From: herzi svn gnome org
- To: svn-commits-list gnome org
- Subject: monkey-bubble r283 - in trunk: . src/ui
- Date: Thu, 7 Feb 2008 00:21:53 +0000 (GMT)
Author: herzi
Date: Thu Feb 7 00:21:52 2008
New Revision: 283
URL: http://svn.gnome.org/viewvc/monkey-bubble?rev=283&view=rev
Log:
2008-02-07 Sven Herzberg <sven imendio com>
* src/ui/ui-main.c: (ui_main_new): added labels and stock icons to
GNOME's main menu
Modified:
trunk/ChangeLog
trunk/src/ui/ui-main.c
Modified: trunk/src/ui/ui-main.c
==============================================================================
--- trunk/src/ui/ui-main.c (original)
+++ trunk/src/ui/ui-main.c Thu Feb 7 00:21:52 2008
@@ -234,16 +234,16 @@
G_CALLBACK (quit_program)
}
#elif defined(GNOME)
- {"GameNew1Player"},
- {"GameNew2Player"},
- {"GameNetworkNew"},
- {"GameNetworkJoin"},
- {"GameSettings"},
- {"GameScores"},
- {"GamePause"},
- {"GameResume"},
- {"GameStop"},
- {"GameQuit"},
+ {"GameNew1Player", NULL, N_("New 1 player")},
+ {"GameNew2Player", NULL, N_("New 2 players")},
+ {"GameNetworkNew", NULL, N_("New network game")},
+ {"GameNetworkJoin", NULL, N_("Join _network game")},
+ {"GameSettings", GTK_STOCK_PREFERENCES},
+ {"GameScores", GTK_STOCK_INDEX, N_("_High Scores")},
+ {"GamePause", NULL, N_("Pause game")},
+ {"GameResume", NULL, N_("Resume game")},
+ {"GameStop", NULL, N_("Stop game")},
+ {"GameQuit", GTK_STOCK_QUIT},
{"HelpContent", GTK_STOCK_HELP, N_("_Contents"),
NULL, NULL,
G_CALLBACK (show_help_content)},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]