Revision: 5041
http://winmerge.svn.sourceforge.net/winmerge/?rev=5041&view=rev
Author: gerundt
Date: 2008-02-13 14:05:37 -0800 (Wed, 13 Feb 2008)
Log Message:
-----------
RFE: [ 1875111 ] Cleaning up Help-menu
Remove "..." from "Configuration" and "GNU General Public License" menu items
Modified Paths:
--------------
trunk/Src/Languages/English.pot
trunk/Src/Languages/German.po
trunk/Src/Merge.rc
Modified: trunk/Src/Languages/English.pot
===================================================================
--- trunk/Src/Languages/English.pot 2008-02-13 15:12:13 UTC (rev 5040)
+++ trunk/Src/Languages/English.pot 2008-02-13 22:05:37 UTC (rev 5041)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: WinMerge\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/tracker/?group_id=13216&atid=113216\n"
-"POT-Creation-Date: 2008-02-13 17:11+0000\n"
+"POT-Creation-Date: 2008-02-13 23:00+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: English <win...@li...>\n"
@@ -406,7 +406,7 @@
#: Merge.rc:293
#: Merge.rc:478
#, c-format
-msgid "C&onfiguration..."
+msgid "C&onfiguration"
msgstr ""
#: Merge.rc:180
@@ -420,7 +420,7 @@
#: Merge.rc:296
#: Merge.rc:481
#, c-format
-msgid "&GNU General Public License..."
+msgid "&GNU General Public License"
msgstr ""
#: Merge.rc:183
Modified: trunk/Src/Languages/German.po
===================================================================
--- trunk/Src/Languages/German.po 2008-02-13 15:12:13 UTC (rev 5040)
+++ trunk/Src/Languages/German.po 2008-02-13 22:05:37 UTC (rev 5041)
@@ -411,8 +411,8 @@
#: Merge.rc:293
#: Merge.rc:478
#, c-format
-msgid "C&onfiguration..."
-msgstr "&Konfiguration..."
+msgid "C&onfiguration"
+msgstr "&Konfiguration"
#: Merge.rc:180
#: Merge.rc:294
@@ -425,8 +425,8 @@
#: Merge.rc:296
#: Merge.rc:481
#, c-format
-msgid "&GNU General Public License..."
-msgstr "&GNU General Public License..."
+msgid "&GNU General Public License"
+msgstr "&GNU General Public License"
#: Merge.rc:183
#: Merge.rc:297
Modified: trunk/Src/Merge.rc
===================================================================
--- trunk/Src/Merge.rc 2008-02-13 15:12:13 UTC (rev 5040)
+++ trunk/Src/Merge.rc 2008-02-13 22:05:37 UTC (rev 5041)
@@ -176,10 +176,10 @@
MENUITEM SEPARATOR
MENUITEM "R&elease Notes", ID_HELP_RELEASENOTES
MENUITEM "&Translations", ID_HELP_TRANSLATIONS
- MENUITEM "C&onfiguration...", ID_HELP_GETCONFIG
+ MENUITEM "C&onfiguration", ID_HELP_GETCONFIG
MENUITEM "A&rchive Support disabled...", ID_HELP_MERGE7ZMISMATCH
MENUITEM SEPARATOR
- MENUITEM "&GNU General Public License...", ID_HELP_GNULICENSE
+ MENUITEM "&GNU General Public License", ID_HELP_GNULICENSE
MENUITEM "&About WinMerge...", ID_APP_ABOUT
END
END
@@ -290,10 +290,10 @@
MENUITEM SEPARATOR
MENUITEM "R&elease Notes", ID_HELP_RELEASENOTES
MENUITEM "&Translations", ID_HELP_TRANSLATIONS
- MENUITEM "C&onfiguration...", ID_HELP_GETCONFIG
+ MENUITEM "C&onfiguration", ID_HELP_GETCONFIG
MENUITEM "A&rchive Support disabled...", ID_HELP_MERGE7ZMISMATCH
MENUITEM SEPARATOR
- MENUITEM "&GNU General Public License...", ID_HELP_GNULICENSE
+ MENUITEM "&GNU General Public License", ID_HELP_GNULICENSE
MENUITEM "&About WinMerge...", ID_APP_ABOUT
END
END
@@ -475,10 +475,10 @@
MENUITEM SEPARATOR
MENUITEM "R&elease Notes", ID_HELP_RELEASENOTES
MENUITEM "&Translations", ID_HELP_TRANSLATIONS
- MENUITEM "C&onfiguration...", ID_HELP_GETCONFIG
+ MENUITEM "C&onfiguration", ID_HELP_GETCONFIG
MENUITEM "A&rchive Support disabled...", ID_HELP_MERGE7ZMISMATCH
MENUITEM SEPARATOR
- MENUITEM "&GNU General Public License...", ID_HELP_GNULICENSE
+ MENUITEM "&GNU General Public License", ID_HELP_GNULICENSE
MENUITEM "&About WinMerge...", ID_APP_ABOUT
END
END
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|