Code cleanup

This commit is contained in:
Pierre Pronchery 2010-10-26 00:29:32 +00:00
parent 6381f87a02
commit 4a798fe867
2 changed files with 3 additions and 3 deletions

View File

@ -54,11 +54,11 @@ msgstr "_Refaire"
#: ../src/compose.c:96 ../src/mailer.c:125 #: ../src/compose.c:96 ../src/mailer.c:125
msgid "_Select all" msgid "_Select all"
msgstr "Sélectionner tout" msgstr "Sélectionner _tout"
#: ../src/compose.c:103 ../src/mailer.c:132 #: ../src/compose.c:103 ../src/mailer.c:132
msgid "_Unselect all" msgid "_Unselect all"
msgstr "Tout désélectionner" msgstr "Tout _désélectionner"
#: ../src/compose.c:105 ../src/mailer.c:121 #: ../src/compose.c:105 ../src/mailer.c:121
msgid "_Cut" msgid "_Cut"

View File

@ -122,7 +122,7 @@ static DesktopMenu _menu_edit[] =
{ N_("Cop_y"), NULL, GTK_STOCK_COPY, GDK_CONTROL_MASK, GDK_C }, { N_("Cop_y"), NULL, GTK_STOCK_COPY, GDK_CONTROL_MASK, GDK_C },
{ N_("_Paste"), NULL, GTK_STOCK_PASTE, GDK_CONTROL_MASK, GDK_V }, { N_("_Paste"), NULL, GTK_STOCK_PASTE, GDK_CONTROL_MASK, GDK_V },
{ "", NULL, NULL, 0, 0 }, { "", NULL, NULL, 0, 0 },
{ N_("_Select all"), G_CALLBACK(on_edit_select_all), { N_("Select _all"), G_CALLBACK(on_edit_select_all),
#if GTK_CHECK_VERSION(2, 10, 0) #if GTK_CHECK_VERSION(2, 10, 0)
GTK_STOCK_SELECT_ALL, GTK_STOCK_SELECT_ALL,
#else #else