From: Dimitri Schoolwerth Date: Fri, 20 Jan 2012 16:51:09 +0000 (+0000) Subject: Removed ellipsis from "About..." occurrences. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2d143b6689b9ce3f02398d1ee4129f6a21024183 Removed ellipsis from "About..." occurrences. MS and Apple guidelines mention ellipses should generally be used when a command needs additional information from the user before the operation can execute. This is not the case for showing an about dialog so the ellipses have been removed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/wxpresets/sample/minimal.cpp b/build/bakefiles/wxpresets/sample/minimal.cpp index 06917571e7..7b68540229 100644 --- a/build/bakefiles/wxpresets/sample/minimal.cpp +++ b/build/bakefiles/wxpresets/sample/minimal.cpp @@ -143,7 +143,7 @@ MyFrame::MyFrame(const wxString& title) // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(Minimal_About, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(Minimal_About, wxT("&About\tF1"), wxT("Show about dialog")); menuFile->Append(Minimal_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program")); diff --git a/demos/forty/forty.cpp b/demos/forty/forty.cpp index ef09eafd1e..ef293297a8 100644 --- a/demos/forty/forty.cpp +++ b/demos/forty/forty.cpp @@ -177,7 +177,7 @@ FortyFrame::FortyFrame(wxFrame* frame, const wxString& title, const wxPoint& pos wxMenu* helpMenu = new wxMenu; helpMenu->Append(wxID_HELP_CONTENTS, wxT("&Help Contents"), wxT("Displays information about playing the game")); - helpMenu->Append(wxID_ABOUT, wxT("&About..."), wxT("About Forty Thieves")); + helpMenu->Append(wxID_ABOUT, wxT("&About"), wxT("About Forty Thieves")); m_menuBar = new wxMenuBar; m_menuBar->Append(gameMenu, wxT("&Game")); diff --git a/distrib/autopackage/sample/minimal.cpp b/distrib/autopackage/sample/minimal.cpp index 06917571e7..7b68540229 100644 --- a/distrib/autopackage/sample/minimal.cpp +++ b/distrib/autopackage/sample/minimal.cpp @@ -143,7 +143,7 @@ MyFrame::MyFrame(const wxString& title) // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(Minimal_About, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(Minimal_About, wxT("&About\tF1"), wxT("Show about dialog")); menuFile->Append(Minimal_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program")); diff --git a/docs/doxygen/mainpages/const_stockitems.h b/docs/doxygen/mainpages/const_stockitems.h index bfe2345ccf..c4172a5f5b 100644 --- a/docs/doxygen/mainpages/const_stockitems.h +++ b/docs/doxygen/mainpages/const_stockitems.h @@ -19,7 +19,7 @@ Also note that you can retrieve stock bitmaps using wxArtProvider. @beginDefList @row3col{Stock ID, GTK icon, Stock label} -@stock{wxID_ABOUT,about,&About...} +@stock{wxID_ABOUT,about,&About} @stock{wxID_ADD,add,Add} @stock{wxID_APPLY,apply,&Apply} @stock{wxID_BACKWARD,go-back-ltr,&Back} diff --git a/locale/af.po b/locale/af.po index 1b63989f32..3d8252fb60 100644 --- a/locale/af.po +++ b/locale/af.po @@ -132,8 +132,8 @@ msgstr "%s lêers (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Aangaande..." +msgid "&About" +msgstr "&Aangaande" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1248,8 +1248,8 @@ msgstr "&Aangaande..." #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Aangaande..." +msgid "About" +msgstr "&Aangaande" #: ../src/common/stockitem.cpp:208 msgid "Actual Size" diff --git a/locale/ar.po b/locale/ar.po index d978b519b1..1be8bafb98 100644 --- a/locale/ar.po +++ b/locale/ar.po @@ -138,8 +138,8 @@ msgstr "" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&عن..." +msgid "&About" +msgstr "&عن" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1193,8 +1193,8 @@ msgstr "" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&عن..." +msgid "About" +msgstr "&عن" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/ca.po b/locale/ca.po index b638d4fd00..8873317399 100644 --- a/locale/ca.po +++ b/locale/ca.po @@ -132,7 +132,7 @@ msgstr "Fitxers (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." +msgid "&About" msgstr "" #: ../src/common/stockitem.cpp:208 @@ -1247,7 +1247,7 @@ msgid "About %s" msgstr "" #: ../src/common/stockitem.cpp:140 -msgid "About..." +msgid "About" msgstr "" #: ../src/common/stockitem.cpp:208 diff --git a/locale/ca@valencia.po b/locale/ca@valencia.po index fdfd848a38..f1ec994db0 100644 --- a/locale/ca@valencia.po +++ b/locale/ca@valencia.po @@ -132,7 +132,7 @@ msgstr "Fitxers (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." +msgid "&About" msgstr "" #: ../src/common/stockitem.cpp:208 @@ -1247,7 +1247,7 @@ msgid "About %s" msgstr "" #: ../src/common/stockitem.cpp:140 -msgid "About..." +msgid "About" msgstr "" #: ../src/common/stockitem.cpp:208 diff --git a/locale/cs.po b/locale/cs.po index d2b8542327..25cc48b27d 100644 --- a/locale/cs.po +++ b/locale/cs.po @@ -141,8 +141,8 @@ msgstr "%s souborů (%s)|%s" #: ../src/common/stockitem.cpp:140 #: ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "O &aplikaci..." +msgid "&About" +msgstr "O &aplikaci" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1221,8 +1221,8 @@ msgid "About %s" msgstr "O %s" #: ../src/common/stockitem.cpp:140 -msgid "About..." -msgstr "O..." +msgid "About" +msgstr "O" #: ../src/common/stockitem.cpp:208 msgid "Actual Size" diff --git a/locale/da.po b/locale/da.po index c87c244816..b2e7d11751 100644 --- a/locale/da.po +++ b/locale/da.po @@ -136,8 +136,8 @@ msgstr "%s filer (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Om..." +msgid "&About" +msgstr "&Om" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1236,8 +1236,8 @@ msgstr "&Om..." #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Om..." +msgid "About" +msgstr "&Om" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/de.po b/locale/de.po index c6fe5e6e80..4381a79df5 100644 --- a/locale/de.po +++ b/locale/de.po @@ -136,8 +136,8 @@ msgstr "%s Dateien (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "Übe&r..." +msgid "&About" +msgstr "Übe&r" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1202,8 +1202,8 @@ msgstr "Über " #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "Übe&r..." +msgid "About" +msgstr "Übe&r" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/el.po b/locale/el.po index 50601e347e..3b0f799092 100644 --- a/locale/el.po +++ b/locale/el.po @@ -133,8 +133,8 @@ msgstr "%s αρχεία (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Περί..." +msgid "&About" +msgstr "&Περί" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1233,8 +1233,8 @@ msgstr "&Περί..." #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Περί..." +msgid "About" +msgstr "&Περί" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/es.po b/locale/es.po index 50041a3d6f..03bcc4e405 100644 --- a/locale/es.po +++ b/locale/es.po @@ -134,8 +134,8 @@ msgstr "archivos %s (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Acerca de..." +msgid "&About" +msgstr "&Acerca de" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1206,8 +1206,8 @@ msgstr "Acerca de" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Acerca de..." +msgid "About" +msgstr "&Acerca de" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/eu.po b/locale/eu.po index d46a45ccec..e3af8e781c 100644 --- a/locale/eu.po +++ b/locale/eu.po @@ -137,8 +137,8 @@ msgstr "%s agiri (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Honi buruz..." +msgid "&About" +msgstr "&Honi buruz" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1182,8 +1182,8 @@ msgstr "%s-ri buruz" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Honi buruz..." +msgid "About" +msgstr "&Honi buruz" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/fi.po b/locale/fi.po index 938a98854b..3bd21f45e7 100644 --- a/locale/fi.po +++ b/locale/fi.po @@ -140,8 +140,8 @@ msgstr "%s-tiedostot (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Tietoja..." +msgid "&About" +msgstr "&Tietoja" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1215,8 +1215,8 @@ msgstr "Tietoja %s" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Tietoja..." +msgid "About" +msgstr "&Tietoja" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/fr.po b/locale/fr.po index 5682313ed8..e93aa5b523 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -134,8 +134,8 @@ msgstr "%s fichiers (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "À &propos..." +msgid "&About" +msgstr "À &propos" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1206,8 +1206,8 @@ msgstr "À propos" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "À &propos..." +msgid "About" +msgstr "À &propos" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/gl_ES.po b/locale/gl_ES.po index 18e2025088..1260a290a5 100644 --- a/locale/gl_ES.po +++ b/locale/gl_ES.po @@ -146,8 +146,8 @@ msgstr "%s ficheiros (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Acerca de..." +msgid "&About" +msgstr "&Acerca de" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1259,8 +1259,8 @@ msgstr "&Acerca de..." #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Acerca de..." +msgid "About" +msgstr "&Acerca de" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/hi.po b/locale/hi.po index ba9dcfd6ff..2b6710ddb2 100644 --- a/locale/hi.po +++ b/locale/hi.po @@ -140,8 +140,8 @@ msgstr "%s फ़ाइलें (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "के बारे में (&A)..." +msgid "&About" +msgstr "के बारे में (&A)" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1217,8 +1217,8 @@ msgstr "के बारे में" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "के बारे में (&A)..." +msgid "About" +msgstr "के बारे में (&A)" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/hu.po b/locale/hu.po index e5835527d6..5b543ea3fe 100644 --- a/locale/hu.po +++ b/locale/hu.po @@ -134,8 +134,8 @@ msgstr "%s fájl (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Névjegy..." +msgid "&About" +msgstr "&Névjegy" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1219,8 +1219,8 @@ msgstr "&Névjegy..." #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Névjegy..." +msgid "About" +msgstr "&Névjegy" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/id.po b/locale/id.po index c9ef6bc961..be9db6641a 100644 --- a/locale/id.po +++ b/locale/id.po @@ -137,8 +137,8 @@ msgstr "%s File-file (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Tentang..." +msgid "&About" +msgstr "&Tentang" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1237,8 +1237,8 @@ msgstr "&Tentang..." #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Tentang..." +msgid "About" +msgstr "&Tentang" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/it.po b/locale/it.po index 87dcf4669a..a92c857ca7 100644 --- a/locale/it.po +++ b/locale/it.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: $Id: it.po 69691 2011-11-06 12:07:35Z VZ $\n" +"Project-Id-Version: $Id$\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-11-06 12:55+0100\n" "PO-Revision-Date: 2011-11-23 15:23+0100\n" @@ -139,8 +139,8 @@ msgstr "%s file (%s)|%s" #: ../src/common/stockitem.cpp:140 #: ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "Inform&azioni su..." +msgid "&About" +msgstr "Inform&azioni su" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1219,8 +1219,8 @@ msgid "About %s" msgstr "Informazioni su %s" #: ../src/common/stockitem.cpp:140 -msgid "About..." -msgstr "Informazioni su..." +msgid "About" +msgstr "Informazioni su" #: ../src/common/stockitem.cpp:208 msgid "Actual Size" diff --git a/locale/ja.po b/locale/ja.po index 36d27a2fd2..5a5514a9d0 100644 --- a/locale/ja.po +++ b/locale/ja.po @@ -133,8 +133,8 @@ msgstr "%s 形式 (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "詳細 (&A) ..." +msgid "&About" +msgstr "詳細 (&A)" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1178,8 +1178,8 @@ msgstr "%s について" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "詳細 (&A) ..." +msgid "About" +msgstr "詳細 (&A)" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/ko_KR.po b/locale/ko_KR.po index e4ef34d766..46bdcbeabb 100644 --- a/locale/ko_KR.po +++ b/locale/ko_KR.po @@ -134,8 +134,8 @@ msgstr "%s 파일 (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "이 프로그램은...(&A)" +msgid "&About" +msgstr "이 프로그램은(&A)" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1201,8 +1201,8 @@ msgstr "%s 정보" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "이 프로그램은...(&A)" +msgid "About" +msgstr "이 프로그램은(&A)" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/lt.po b/locale/lt.po index 658709ab43..3480ac6562 100644 --- a/locale/lt.po +++ b/locale/lt.po @@ -139,8 +139,8 @@ msgstr "%s files (%s)|%s" #: ../src/common/stockitem.cpp:140 #: ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&About..." +msgid "&About" +msgstr "&About" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -270,8 +270,8 @@ msgid "&Copy URL" msgstr "&Copy URL" #: ../src/common/headerctrlcmn.cpp:314 -msgid "&Customize..." -msgstr "&Pritaikyti..." +msgid "&Customize" +msgstr "&Pritaikyti" #: ../src/generic/dbgrptg.cpp:331 msgid "&Debug report preview:" @@ -1219,8 +1219,8 @@ msgid "About %s" msgstr "About %s" #: ../src/common/stockitem.cpp:140 -msgid "About..." -msgstr "Apie..." +msgid "About" +msgstr "Apie" #: ../src/common/stockitem.cpp:208 msgid "Actual Size" diff --git a/locale/lv.po b/locale/lv.po index e799ccee8c..3d217b7862 100644 --- a/locale/lv.po +++ b/locale/lv.po @@ -136,8 +136,8 @@ msgstr "%s failus (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "P&ar..." +msgid "&About" +msgstr "P&ar" #: ../src/common/stockitem.cpp:208 #, fuzzy @@ -1222,8 +1222,8 @@ msgstr "P&ar..." #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "P&ar..." +msgid "About" +msgstr "P&ar" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/ms.po b/locale/ms.po index ef7edd89e6..be971c5d12 100644 --- a/locale/ms.po +++ b/locale/ms.po @@ -138,8 +138,8 @@ msgstr "fail %s (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "Perih&al..." +msgid "&About" +msgstr "Perih&al" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1210,8 +1210,8 @@ msgstr "Perihal" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "Perih&al..." +msgid "About" +msgstr "Perih&al" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/nb.po b/locale/nb.po index 420a80479a..f829618675 100644 --- a/locale/nb.po +++ b/locale/nb.po @@ -138,7 +138,7 @@ msgstr "%s filer (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." +msgid "&About" msgstr "%Om" #: ../src/common/stockitem.cpp:208 @@ -1238,7 +1238,7 @@ msgstr "%Om" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." +msgid "About" msgstr "%Om" #: ../src/common/stockitem.cpp:208 diff --git a/locale/nl.po b/locale/nl.po index 72e5106f39..588f272400 100644 --- a/locale/nl.po +++ b/locale/nl.po @@ -135,8 +135,8 @@ msgstr "%s bestanden (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "In&fo..." +msgid "&About" +msgstr "In&fo" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1202,8 +1202,8 @@ msgstr "Over %s" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "In&fo..." +msgid "About" +msgstr "In&fo" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/pl.po b/locale/pl.po index 3422c46034..280fa14fa6 100644 --- a/locale/pl.po +++ b/locale/pl.po @@ -134,8 +134,8 @@ msgstr "%s pliki (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "Inform&acje..." +msgid "&About" +msgstr "Inform&acje" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1201,8 +1201,8 @@ msgstr "O %s" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "Inform&acje..." +msgid "About" +msgstr "Inform&acje" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/pt.po b/locale/pt.po index c917a6f58d..22d4c36ac4 100644 --- a/locale/pt.po +++ b/locale/pt.po @@ -140,8 +140,8 @@ msgstr "%s ficheiros (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Sobre..." +msgid "&About" +msgstr "&Sobre" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1211,8 +1211,8 @@ msgstr "Sobre " #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Sobre..." +msgid "About" +msgstr "&Sobre" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/pt_BR.po b/locale/pt_BR.po index 859fc4acaa..339c309ae1 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -144,8 +144,8 @@ msgstr "Arquivos %s (%s)|%s" #: ../src/common/stockitem.cpp:140 #: ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Sobre..." +msgid "&About" +msgstr "&Sobre" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1224,8 +1224,8 @@ msgid "About %s" msgstr "Sobre o %s" #: ../src/common/stockitem.cpp:140 -msgid "About..." -msgstr "Sobre..." +msgid "About" +msgstr "Sobre" #: ../src/common/stockitem.cpp:208 msgid "Actual Size" diff --git a/locale/ro.po b/locale/ro.po index d02ad1ddc2..7b0637bc39 100644 --- a/locale/ro.po +++ b/locale/ro.po @@ -140,8 +140,8 @@ msgstr "fișiere %s (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Despre..." +msgid "&About" +msgstr "&Despre" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1185,8 +1185,8 @@ msgstr "Despre %s" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Despre..." +msgid "About" +msgstr "&Despre" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/ru.po b/locale/ru.po index 3d88a34f50..5f5a0057ef 100644 --- a/locale/ru.po +++ b/locale/ru.po @@ -136,7 +136,7 @@ msgstr "%s файлы (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." +msgid "&About" msgstr "О &программе" #: ../src/common/stockitem.cpp:208 @@ -1236,7 +1236,7 @@ msgstr "О &программе" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." +msgid "About" msgstr "О &программе" #: ../src/common/stockitem.cpp:208 diff --git a/locale/sk.po b/locale/sk.po index b65b3f3d5b..89771ba3a5 100644 --- a/locale/sk.po +++ b/locale/sk.po @@ -136,8 +136,8 @@ msgstr "%s súborov (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&O aplikácii..." +msgid "&About" +msgstr "&O aplikácii" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1207,8 +1207,8 @@ msgstr "O aplikácii" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&O aplikácii..." +msgid "About" +msgstr "&O aplikácii" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/sl.po b/locale/sl.po index 60d20bc4d1..42e945f6b2 100644 --- a/locale/sl.po +++ b/locale/sl.po @@ -162,8 +162,8 @@ msgstr "datoteke %s (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&O programu ..." +msgid "&About" +msgstr "&O programu" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1387,8 +1387,8 @@ msgstr "O programu %s ..." #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&O programu ..." +msgid "About" +msgstr "&O programu" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/sq.po b/locale/sq.po index 291f34ba05..ae1a1e5ccf 100644 --- a/locale/sq.po +++ b/locale/sq.po @@ -135,8 +135,8 @@ msgstr "%s kartela (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Rreth..." +msgid "&About" +msgstr "&Rreth" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1220,8 +1220,8 @@ msgstr "&Rreth..." #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Rreth..." +msgid "About" +msgstr "&Rreth" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/sv.po b/locale/sv.po index 81a39ccfa7..1c0c3fd1ed 100644 --- a/locale/sv.po +++ b/locale/sv.po @@ -132,8 +132,8 @@ msgstr "%s filer (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Om..." +msgid "&About" +msgstr "&Om" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1204,8 +1204,8 @@ msgstr "Om" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Om..." +msgid "About" +msgstr "&Om" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/tr.po b/locale/tr.po index 5506bd67e8..f7217c442e 100644 --- a/locale/tr.po +++ b/locale/tr.po @@ -133,8 +133,8 @@ msgstr "%s dosyaları (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Hakkında..." +msgid "&About" +msgstr "&Hakkında" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1200,8 +1200,8 @@ msgstr "%s Hakkında " #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Hakkında..." +msgid "About" +msgstr "&Hakkında" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/uk.po b/locale/uk.po index da8a142c46..b6de809e1c 100644 --- a/locale/uk.po +++ b/locale/uk.po @@ -138,8 +138,8 @@ msgstr "%s файлів (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Про програму…" +msgid "&About" +msgstr "&Про програму" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1166,8 +1166,8 @@ msgid "About %s" msgstr "Про %s" #: ../src/common/stockitem.cpp:140 -msgid "About..." -msgstr "Про програму…" +msgid "About" +msgstr "Про програму" #: ../src/common/stockitem.cpp:208 msgid "Actual Size" diff --git a/locale/vi.po b/locale/vi.po index 186a83173a..0e39023ad9 100644 --- a/locale/vi.po +++ b/locale/vi.po @@ -140,8 +140,8 @@ msgstr "%s tệp tin (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "&Thông tin thêm..." +msgid "&About" +msgstr "&Thông tin thêm" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1185,8 +1185,8 @@ msgstr "Giới thiệu %s" #: ../src/common/stockitem.cpp:140 #, fuzzy -msgid "About..." -msgstr "&Thông tin thêm..." +msgid "About" +msgstr "&Thông tin thêm" #: ../src/common/stockitem.cpp:208 #, fuzzy diff --git a/locale/wxstd.pot b/locale/wxstd.pot index 123ab00260..862f27c07f 100644 --- a/locale/wxstd.pot +++ b/locale/wxstd.pot @@ -136,7 +136,7 @@ msgstr "" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." +msgid "&About" msgstr "" #: ../src/common/stockitem.cpp:208 @@ -1164,7 +1164,7 @@ msgid "About %s" msgstr "" #: ../src/common/stockitem.cpp:140 -msgid "About..." +msgid "About" msgstr "" #: ../src/common/stockitem.cpp:208 diff --git a/locale/zh_CN.po b/locale/zh_CN.po index dc0a33a0b2..de587c1ce3 100644 --- a/locale/zh_CN.po +++ b/locale/zh_CN.po @@ -142,7 +142,7 @@ msgstr "%s 文件 (%s)|%s" #: ../src/common/stockitem.cpp:140 #: ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." +msgid "&About" msgstr "关于(&A)" #: ../src/common/stockitem.cpp:208 @@ -1227,8 +1227,8 @@ msgid "About %s" msgstr "关于 %s" #: ../src/common/stockitem.cpp:140 -msgid "About..." -msgstr "关于..." +msgid "About" +msgstr "关于" #: ../src/common/stockitem.cpp:208 msgid "Actual Size" diff --git a/locale/zh_TW.po b/locale/zh_TW.po index 299cc5c357..6d1636aeef 100644 --- a/locale/zh_TW.po +++ b/locale/zh_TW.po @@ -140,8 +140,8 @@ msgstr "%s 檔 (%s)|%s" #: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143 #: ../src/html/helpfrm.cpp:145 -msgid "&About..." -msgstr "關於(&A)..." +msgid "&About" +msgstr "關於(&A)" #: ../src/common/stockitem.cpp:208 msgid "&Actual Size" @@ -1168,8 +1168,8 @@ msgid "About %s" msgstr "關於 %s" #: ../src/common/stockitem.cpp:140 -msgid "About..." -msgstr "關於..." +msgid "About" +msgstr "關於" #: ../src/common/stockitem.cpp:208 msgid "Actual Size" diff --git a/samples/access/accesstest.cpp b/samples/access/accesstest.cpp index 894e7e77de..cd47c0cc7f 100644 --- a/samples/access/accesstest.cpp +++ b/samples/access/accesstest.cpp @@ -337,7 +337,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size, // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(AccessTest_About, wxT("&About..."), wxT("Show about dialog")); + helpMenu->Append(AccessTest_About, wxT("&About"), wxT("Show about dialog")); menuFile->Append(AccessTest_Query, wxT("Query"), wxT("Query the window hierarchy")); menuFile->AppendSeparator(); diff --git a/samples/artprov/arttest.cpp b/samples/artprov/arttest.cpp index ea083193f8..ff541274c6 100644 --- a/samples/artprov/arttest.cpp +++ b/samples/artprov/arttest.cpp @@ -157,7 +157,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size, // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(wxID_ABOUT, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(wxID_ABOUT, wxT("&About\tF1"), wxT("Show about dialog")); menuFile->AppendCheckItem(ID_PlugProvider, wxT("&Plug-in art provider"), wxT("Enable custom art provider")); menuFile->AppendSeparator(); diff --git a/samples/calendar/calendar.cpp b/samples/calendar/calendar.cpp index 822e097994..509af17c27 100644 --- a/samples/calendar/calendar.cpp +++ b/samples/calendar/calendar.cpp @@ -386,7 +386,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) wxMenuBar *menuBar = new wxMenuBar; wxMenu *menuFile = new wxMenu; - menuFile->Append(Calendar_File_About, wxT("&About...\tCtrl-A"), wxT("Show about dialog")); + menuFile->Append(Calendar_File_About, wxT("&About\tCtrl-A"), wxT("Show about dialog")); menuFile->AppendSeparator(); menuFile->Append(Calendar_File_ClearLog, wxT("&Clear log\tCtrl-L")); menuFile->AppendSeparator(); diff --git a/samples/caret/caret.cpp b/samples/caret/caret.cpp index 483a9ba255..c1dc4d870a 100644 --- a/samples/caret/caret.cpp +++ b/samples/caret/caret.cpp @@ -216,7 +216,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) menuFile->Append(Caret_SetFontSize, wxT("&Font size...\tCtrl-S")); menuFile->Append(Caret_Move, wxT("&Move caret\tCtrl-C")); menuFile->AppendSeparator(); - menuFile->Append(Caret_About, wxT("&About...\tCtrl-A"), wxT("Show about dialog")); + menuFile->Append(Caret_About, wxT("&About\tCtrl-A"), wxT("Show about dialog")); menuFile->AppendSeparator(); menuFile->Append(Caret_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program")); diff --git a/samples/clipboard/clipboard.cpp b/samples/clipboard/clipboard.cpp index 6a46a8005f..ff139cfa23 100644 --- a/samples/clipboard/clipboard.cpp +++ b/samples/clipboard/clipboard.cpp @@ -115,7 +115,7 @@ MyFrame::MyFrame(const wxString& title) // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(ID_About, "&About...\tF1", "Show about dialog"); + helpMenu->Append(ID_About, "&About\tF1", "Show about dialog"); fileMenu->Append(ID_Quit, "E&xit\tAlt-X", "Quit this program"); diff --git a/samples/combo/combo.cpp b/samples/combo/combo.cpp index 28660519d0..2ed5167ad5 100644 --- a/samples/combo/combo.cpp +++ b/samples/combo/combo.cpp @@ -624,7 +624,7 @@ MyFrame::MyFrame(const wxString& title) // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(ComboCtrl_About, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(ComboCtrl_About, wxT("&About\tF1"), wxT("Show about dialog")); fileMenu->Append(ComboCtrl_Compare, wxT("&Compare against wxComboBox..."), wxT("Show some wxOwnerDrawnComboBoxes side-by-side with native wxComboBoxes.")); diff --git a/samples/debugrpt/debugrpt.cpp b/samples/debugrpt/debugrpt.cpp index e8b5ee9f3a..3107665b91 100644 --- a/samples/debugrpt/debugrpt.cpp +++ b/samples/debugrpt/debugrpt.cpp @@ -251,7 +251,7 @@ MyFrame::MyFrame() wxT("You need to configure a web server accepting debug report uploads to use this function")); wxMenu *menuHelp = new wxMenu; - menuHelp->Append(DebugRpt_About, wxT("&About...\tF1")); + menuHelp->Append(DebugRpt_About, wxT("&About\tF1")); wxMenuBar *mbar = new wxMenuBar(); mbar->Append(menuFile, wxT("&File")); diff --git a/samples/dialogs/dialogs.cpp b/samples/dialogs/dialogs.cpp index ce73b79e39..d281082dd8 100644 --- a/samples/dialogs/dialogs.cpp +++ b/samples/dialogs/dialogs.cpp @@ -670,7 +670,7 @@ MyFrame::MyFrame(const wxString& title) // satisfy this condition and need to define and connect a separate id. static const int DIALOGS_SYSTEM_ABOUT = 0x4010; - menu->Append(DIALOGS_SYSTEM_ABOUT, "&About..."); + menu->Append(DIALOGS_SYSTEM_ABOUT, "&About"); Connect(DIALOGS_SYSTEM_ABOUT, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MyFrame::ShowSimpleAboutDialog)); } diff --git a/samples/dialup/nettest.cpp b/samples/dialup/nettest.cpp index e317e100ac..9906cdb59a 100644 --- a/samples/dialup/nettest.cpp +++ b/samples/dialup/nettest.cpp @@ -234,7 +234,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) menuFile->Append(NetTest_EnumISP, wxT("&Enumerate ISPs...\tCtrl-E")); menuFile->Append(NetTest_Check, wxT("&Check connection status...\tCtrl-C")); menuFile->AppendSeparator(); - menuFile->Append(NetTest_About, wxT("&About...\tCtrl-A"), wxT("Show about dialog")); + menuFile->Append(NetTest_About, wxT("&About\tCtrl-A"), wxT("Show about dialog")); menuFile->AppendSeparator(); menuFile->Append(NetTest_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program")); diff --git a/samples/display/display.cpp b/samples/display/display.cpp index 1016c70392..7f686a2e43 100644 --- a/samples/display/display.cpp +++ b/samples/display/display.cpp @@ -213,7 +213,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size, // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(Display_About, _("&About...\tF1"), _("Show about dialog")); + helpMenu->Append(Display_About, _("&About\tF1"), _("Show about dialog")); // now append the freshly created menu to the menu bar... wxMenuBar *menuBar = new wxMenuBar(); diff --git a/samples/dragimag/dragimag.cpp b/samples/dragimag/dragimag.cpp index c3364c7a0a..ddebcc5916 100644 --- a/samples/dragimag/dragimag.cpp +++ b/samples/dragimag/dragimag.cpp @@ -318,7 +318,7 @@ MyFrame::MyFrame() wxPoint(20,20), wxSize(470,360) ) { wxMenu *file_menu = new wxMenu(); - file_menu->Append( wxID_ABOUT, wxT("&About...")); + file_menu->Append( wxID_ABOUT, wxT("&About")); file_menu->AppendCheckItem( TEST_USE_SCREEN, wxT("&Use whole screen for dragging"), wxT("Use whole screen")); file_menu->Append( wxID_EXIT, wxT("E&xit")); diff --git a/samples/drawing/drawing.cpp b/samples/drawing/drawing.cpp index bf1a09c7ed..ac208afd8d 100644 --- a/samples/drawing/drawing.cpp +++ b/samples/drawing/drawing.cpp @@ -1772,7 +1772,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) #endif menuFile->Append(File_Save, wxT("&Save...\tCtrl-S"), wxT("Save drawing to file")); menuFile->AppendSeparator(); - menuFile->Append(File_About, wxT("&About...\tCtrl-A"), wxT("Show about dialog")); + menuFile->Append(File_About, wxT("&About\tCtrl-A"), wxT("Show about dialog")); menuFile->AppendSeparator(); menuFile->Append(File_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program")); diff --git a/samples/erase/erase.cpp b/samples/erase/erase.cpp index bb452f239a..6600a1125c 100644 --- a/samples/erase/erase.cpp +++ b/samples/erase/erase.cpp @@ -249,7 +249,7 @@ MyFrame::MyFrame() wxMenu *helpMenu = new wxMenu; - helpMenu->Append(Erase_Menu_About, "&About...\tCtrl-A", "Show about dialog"); + helpMenu->Append(Erase_Menu_About, "&About\tCtrl-A", "Show about dialog"); wxMenuBar *menuBar = new wxMenuBar(); menuBar->Append(menuFile, "&File"); diff --git a/samples/event/event.cpp b/samples/event/event.cpp index 1ddacb0430..b71f094e91 100644 --- a/samples/event/event.cpp +++ b/samples/event/event.cpp @@ -365,7 +365,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) // create a menu bar wxMenu *menuFile = new wxMenu; - menuFile->Append(Event_About, wxT("&About...\tCtrl-A"), wxT("Show about dialog")); + menuFile->Append(Event_About, wxT("&About\tCtrl-A"), wxT("Show about dialog")); menuFile->AppendSeparator(); menuFile->Append(Event_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program")); diff --git a/samples/except/except.cpp b/samples/except/except.cpp index e4019f5e60..24fa6808ad 100644 --- a/samples/except/except.cpp +++ b/samples/except/except.cpp @@ -367,7 +367,7 @@ MyFrame::MyFrame() menuFile->Append(Except_Quit, wxT("E&xit\tCtrl-Q"), wxT("Quit this program")); wxMenu *helpMenu = new wxMenu; - helpMenu->Append(Except_About, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(Except_About, wxT("&About\tF1"), wxT("Show about dialog")); // now append the freshly created menu to the menu bar... wxMenuBar *menuBar = new wxMenuBar(); diff --git a/samples/exec/exec.cpp b/samples/exec/exec.cpp index 3e9d26e4a7..fd5de1003c 100644 --- a/samples/exec/exec.cpp +++ b/samples/exec/exec.cpp @@ -496,7 +496,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) #endif wxMenu *helpMenu = new wxMenu(wxEmptyString, wxMENU_TEAROFF); - helpMenu->Append(Exec_About, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(Exec_About, wxT("&About\tF1"), wxT("Show about dialog")); // now append the freshly created menu to the menu bar... wxMenuBar *menuBar = new wxMenuBar(); diff --git a/samples/font/font.cpp b/samples/font/font.cpp index fce11afd27..14d2679231 100644 --- a/samples/font/font.cpp +++ b/samples/font/font.cpp @@ -311,7 +311,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) menuFile->Append(Font_ViewMsg, wxT("&View...\tCtrl-V"), wxT("View an email message file")); menuFile->AppendSeparator(); - menuFile->Append(Font_About, wxT("&About...\tCtrl-A"), wxT("Show about dialog")); + menuFile->Append(Font_About, wxT("&About\tCtrl-A"), wxT("Show about dialog")); menuFile->AppendSeparator(); menuFile->Append(Font_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program")); diff --git a/samples/fswatcher/fswatcher.cpp b/samples/fswatcher/fswatcher.cpp index 96f724b050..f8cd8976e5 100644 --- a/samples/fswatcher/fswatcher.cpp +++ b/samples/fswatcher/fswatcher.cpp @@ -168,7 +168,7 @@ MyFrame::MyFrame(const wxString& title) // the "About" item should be in the help menu wxMenu *menuHelp = new wxMenu; - menuHelp->Append(wxID_ABOUT, "&About...\tF1", "Show about dialog"); + menuHelp->Append(wxID_ABOUT, "&About\tF1", "Show about dialog"); // now append the freshly created menu to the menu bar... wxMenuBar *menuBar = new wxMenuBar(); diff --git a/samples/htlbox/htlbox.cpp b/samples/htlbox/htlbox.cpp index 6ffdb33017..94a17e5112 100644 --- a/samples/htlbox/htlbox.cpp +++ b/samples/htlbox/htlbox.cpp @@ -281,7 +281,7 @@ MyFrame::MyFrame() // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(HtmlLbox_About, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(HtmlLbox_About, wxT("&About\tF1"), wxT("Show about dialog")); // now append the freshly created menu to the menu bar... wxMenuBar *menuBar = new wxMenuBar(); diff --git a/samples/image/image.cpp b/samples/image/image.cpp index 9002c5b84f..b403f4e45f 100644 --- a/samples/image/image.cpp +++ b/samples/image/image.cpp @@ -668,7 +668,7 @@ MyFrame::MyFrame() menuImage->Append( ID_SHOWTHUMBNAIL, wxT("Test &thumbnail...\tCtrl-T"), "Test scaling the image during load (try with JPEG)"); menuImage->AppendSeparator(); - menuImage->Append( ID_ABOUT, wxT("&About...\tF1")); + menuImage->Append( ID_ABOUT, wxT("&About\tF1")); menuImage->AppendSeparator(); menuImage->Append( ID_QUIT, wxT("E&xit\tCtrl-Q")); menu_bar->Append(menuImage, wxT("&Image")); diff --git a/samples/internat/ar/internat.mo b/samples/internat/ar/internat.mo index 1beced98cf..dd4e5f566e 100755 Binary files a/samples/internat/ar/internat.mo and b/samples/internat/ar/internat.mo differ diff --git a/samples/internat/ar/internat.po b/samples/internat/ar/internat.po index 74a46466ec..3b324b577d 100755 --- a/samples/internat/ar/internat.po +++ b/samples/internat/ar/internat.po @@ -17,8 +17,8 @@ msgstr "" "POT-Creation-Date: \n" #: ../internat.cpp:200 -msgid "&About..." -msgstr "&عن البرنامج..." +msgid "&About" +msgstr "&عن البرنامج" #: ../internat.cpp:202 msgid "E&xit" diff --git a/samples/internat/bg/internat.mo b/samples/internat/bg/internat.mo index 1b349c2632..3788520a51 100644 Binary files a/samples/internat/bg/internat.mo and b/samples/internat/bg/internat.mo differ diff --git a/samples/internat/bg/internat.po b/samples/internat/bg/internat.po index 003e610f95..b4d4f2218e 100644 --- a/samples/internat/bg/internat.po +++ b/samples/internat/bg/internat.po @@ -17,7 +17,7 @@ msgid "International wxWindows App" msgstr "Интернационализирано приложение на wxWindows" #: /home/harms.user1/rolinsky/wxGTK-2.2.0/samples/internat/internat.cpp:136 -msgid "&About..." +msgid "&About" msgstr "&За програмата" #: /home/harms.user1/rolinsky/wxGTK-2.2.0/samples/internat/internat.cpp:138 diff --git a/samples/internat/cs/internat.mo b/samples/internat/cs/internat.mo index c674e63e84..c973662721 100644 Binary files a/samples/internat/cs/internat.mo and b/samples/internat/cs/internat.mo differ diff --git a/samples/internat/cs/internat.po b/samples/internat/cs/internat.po index e8f4688308..3b0ad1e1f2 100644 --- a/samples/internat/cs/internat.po +++ b/samples/internat/cs/internat.po @@ -18,8 +18,8 @@ msgstr "" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: internat.cpp:198 -msgid "&About..." -msgstr "&O programu..." +msgid "&About" +msgstr "&O programu" #: internat.cpp:200 msgid "E&xit" diff --git a/samples/internat/de/internat.mo b/samples/internat/de/internat.mo index 661760a96c..bcf72fab5f 100644 Binary files a/samples/internat/de/internat.mo and b/samples/internat/de/internat.mo differ diff --git a/samples/internat/de/internat.po b/samples/internat/de/internat.po index 70cbfae1c0..b8a8d5fcc9 100644 --- a/samples/internat/de/internat.po +++ b/samples/internat/de/internat.po @@ -19,8 +19,8 @@ msgid "International wxWindows App" msgstr "Internationales wxWindows Programm" #: ../internat.cpp:128 -msgid "&About..." -msgstr "Ü&ber..." +msgid "&About" +msgstr "Ü&ber" #: ../internat.cpp:130 msgid "E&xit" diff --git a/samples/internat/fr/internat.mo b/samples/internat/fr/internat.mo index 24d865aef8..ec2d79a202 100644 Binary files a/samples/internat/fr/internat.mo and b/samples/internat/fr/internat.mo differ diff --git a/samples/internat/fr/internat.po b/samples/internat/fr/internat.po index 2097757b34..734ab79fad 100644 --- a/samples/internat/fr/internat.po +++ b/samples/internat/fr/internat.po @@ -19,8 +19,8 @@ msgid "International wxWindows App" msgstr "Application wxWindows internationale" #: internat.cpp:105 -msgid "&About..." -msgstr "&A propos..." +msgid "&About" +msgstr "&A propos" #: internat.cpp:107 msgid "E&xit" diff --git a/samples/internat/internat.cpp b/samples/internat/internat.cpp index 19818132f7..99e8422542 100644 --- a/samples/internat/internat.cpp +++ b/samples/internat/internat.cpp @@ -295,7 +295,7 @@ MyFrame::MyFrame(wxLocale& locale) // since wxID_ABOUT and wxID_EXIT are stock IDs they will automatically get // translated help strings; nice isn't it? - file_menu->Append(wxID_ABOUT, _("&About...")); + file_menu->Append(wxID_ABOUT, _("&About")); file_menu->AppendSeparator(); file_menu->Append(wxID_EXIT, _("E&xit")); diff --git a/samples/internat/it/internat.mo b/samples/internat/it/internat.mo index d5e990473c..c6ea356a63 100644 Binary files a/samples/internat/it/internat.mo and b/samples/internat/it/internat.mo differ diff --git a/samples/internat/it/internat.po b/samples/internat/it/internat.po index 77b84b44ea..2ece2a0f1c 100644 --- a/samples/internat/it/internat.po +++ b/samples/internat/it/internat.po @@ -47,8 +47,8 @@ msgid "&Test locale availability...\tCtrl-T" msgstr "&Verifica la disponibilità del locale...\tCtrl-T" #: ../internat.cpp:261 ../internat.cpp:292 -msgid "&About..." -msgstr "&Informazioni su..." +msgid "&About" +msgstr "&Informazioni su" #: ../internat.cpp:263 ../internat.cpp:294 msgid "E&xit" diff --git a/samples/internat/ja/internat.mo b/samples/internat/ja/internat.mo index e1bb7740e5..81568a1c11 100644 Binary files a/samples/internat/ja/internat.mo and b/samples/internat/ja/internat.mo differ diff --git a/samples/internat/ja/internat.po b/samples/internat/ja/internat.po index f50282fbc2..f6e08ad87e 100644 --- a/samples/internat/ja/internat.po +++ b/samples/internat/ja/internat.po @@ -15,8 +15,8 @@ msgstr "" "X-Poedit-SourceCharset: iso-8859-1\n" #: ../internat.cpp:214 -msgid "&About..." -msgstr "このアプリケーションについて(&A)…" +msgid "&About" +msgstr "このアプリケーションについて(&A)" #: ../internat.cpp:216 msgid "E&xit" diff --git a/samples/internat/ja_JP.EUC-JP/internat.mo b/samples/internat/ja_JP.EUC-JP/internat.mo index 7b56c6c74a..e64f550e8a 100644 Binary files a/samples/internat/ja_JP.EUC-JP/internat.mo and b/samples/internat/ja_JP.EUC-JP/internat.mo differ diff --git a/samples/internat/ja_JP.EUC-JP/internat.po b/samples/internat/ja_JP.EUC-JP/internat.po index 8b4b3a3506..e02c76f90f 100644 --- a/samples/internat/ja_JP.EUC-JP/internat.po +++ b/samples/internat/ja_JP.EUC-JP/internat.po @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ..\internat.cpp:180 -msgid "&About..." +msgid "&About" msgstr "wxウィンドウズについて" #: ..\internat.cpp:182 diff --git a/samples/internat/ka/internat.mo b/samples/internat/ka/internat.mo index b669a55355..dd11c300e2 100644 Binary files a/samples/internat/ka/internat.mo and b/samples/internat/ka/internat.mo differ diff --git a/samples/internat/ka/internat.po b/samples/internat/ka/internat.po index c2d84f0646..d91368f2eb 100644 --- a/samples/internat/ka/internat.po +++ b/samples/internat/ka/internat.po @@ -18,8 +18,8 @@ msgid "International wxWindows App" msgstr "საერთაშორისო wxWindows პროგბრამა" #: ../internat.cpp:128 -msgid "&About..." -msgstr "შეს&ახებ..." +msgid "&About" +msgstr "შეს&ახებ" #: ../internat.cpp:130 msgid "E&xit" diff --git a/samples/internat/pl/internat.mo b/samples/internat/pl/internat.mo index 7174918306..ed96bb911c 100644 Binary files a/samples/internat/pl/internat.mo and b/samples/internat/pl/internat.mo differ diff --git a/samples/internat/pl/internat.po b/samples/internat/pl/internat.po index 1dc991107e..a1dad180f2 100644 --- a/samples/internat/pl/internat.po +++ b/samples/internat/pl/internat.po @@ -16,8 +16,8 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n>1 && n<5 ? 1 : 2;\n" #: ../internat.cpp:200 -msgid "&About..." -msgstr "Inform&acje..." +msgid "&About" +msgstr "Inform&acje" #: ../internat.cpp:202 msgid "E&xit" diff --git a/samples/internat/ru/internat.mo b/samples/internat/ru/internat.mo index d935dd281a..67ec0726e3 100644 Binary files a/samples/internat/ru/internat.mo and b/samples/internat/ru/internat.mo differ diff --git a/samples/internat/ru/internat.po b/samples/internat/ru/internat.po index daadb6beae..461b3078b0 100644 --- a/samples/internat/ru/internat.po +++ b/samples/internat/ru/internat.po @@ -19,8 +19,8 @@ msgid "International wxWindows App" msgstr "Интернациональное приложение wxWindows" #: /home/harms.user1/rolinsky/wxGTK-2.2.0/samples/internat/internat.cpp:136 -msgid "&About..." -msgstr "&О программе..." +msgid "&About" +msgstr "&О программе" #: /home/harms.user1/rolinsky/wxGTK-2.2.0/samples/internat/internat.cpp:138 msgid "E&xit" diff --git a/samples/internat/sv/internat.mo b/samples/internat/sv/internat.mo index 9b2fe705a1..a6ff456248 100644 Binary files a/samples/internat/sv/internat.mo and b/samples/internat/sv/internat.mo differ diff --git a/samples/internat/sv/internat.po b/samples/internat/sv/internat.po index cfc8e4d90b..dc7bc99fce 100644 --- a/samples/internat/sv/internat.po +++ b/samples/internat/sv/internat.po @@ -15,8 +15,8 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../internat.cpp:210 -msgid "&About..." -msgstr "&Om..." +msgid "&About" +msgstr "&Om" #: ../internat.cpp:212 msgid "E&xit" diff --git a/samples/keyboard/keyboard.cpp b/samples/keyboard/keyboard.cpp index c9e1ff9fcc..b2172bef0d 100644 --- a/samples/keyboard/keyboard.cpp +++ b/samples/keyboard/keyboard.cpp @@ -143,7 +143,7 @@ MyFrame::MyFrame(const wxString& title) // the "About" item should be in the help menu wxMenu *menuHelp = new wxMenu; - menuHelp->Append(wxID_ABOUT, "&About...\tF1", "Show about dialog"); + menuHelp->Append(wxID_ABOUT, "&About\tF1", "Show about dialog"); // now append the freshly created menu to the menu bar... wxMenuBar *menuBar = new wxMenuBar(); diff --git a/samples/mediaplayer/mediaplayer.cpp b/samples/mediaplayer/mediaplayer.cpp index 1d1698363e..91c3b575f5 100644 --- a/samples/mediaplayer/mediaplayer.cpp +++ b/samples/mediaplayer/mediaplayer.cpp @@ -535,7 +535,7 @@ wxMediaPlayerFrame::wxMediaPlayerFrame(const wxString& title) wxT("Select a backend manually")); helpMenu->Append(wxID_ABOUT, - wxT("&About...\tF1"), + wxT("&About\tF1"), wxT("Show about dialog")); diff --git a/samples/minimal/minimal.cpp b/samples/minimal/minimal.cpp index fb8f7212e3..289e639e7e 100644 --- a/samples/minimal/minimal.cpp +++ b/samples/minimal/minimal.cpp @@ -154,7 +154,7 @@ MyFrame::MyFrame(const wxString& title) // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(Minimal_About, "&About...\tF1", "Show about dialog"); + helpMenu->Append(Minimal_About, "&About\tF1", "Show about dialog"); fileMenu->Append(Minimal_Quit, "E&xit\tAlt-X", "Quit this program"); diff --git a/samples/oleauto/oleauto.cpp b/samples/oleauto/oleauto.cpp index bf3b5ca1cf..8c77063fbc 100644 --- a/samples/oleauto/oleauto.cpp +++ b/samples/oleauto/oleauto.cpp @@ -156,7 +156,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) wxMenu *menuFile = new wxMenu; menuFile->Append(OleAuto_Test, wxT("&Test Excel Automation...")); - menuFile->Append(OleAuto_About, wxT("&About...")); + menuFile->Append(OleAuto_About, wxT("&About")); menuFile->AppendSeparator(); menuFile->Append(OleAuto_Quit, wxT("E&xit")); diff --git a/samples/opengl/penguin/penguin.cpp b/samples/opengl/penguin/penguin.cpp index c0c894069e..b461b79df0 100644 --- a/samples/opengl/penguin/penguin.cpp +++ b/samples/opengl/penguin/penguin.cpp @@ -87,7 +87,7 @@ MyFrame::MyFrame(wxFrame *frame, const wxString& title, const wxPoint& pos, fileMenu->Append(wxID_EXIT, wxT("E&xit\tALT-X")); // Make the "Help" menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(wxID_HELP, wxT("&About...")); + helpMenu->Append(wxID_HELP, wxT("&About")); wxMenuBar *menuBar = new wxMenuBar; menuBar->Append(fileMenu, wxT("&File")); @@ -124,7 +124,7 @@ void MyFrame::OnMenuFileExit( wxCommandEvent& WXUNUSED(event) ) Close(true); } -// Help|About... command +// Help|About command void MyFrame::OnMenuHelpAbout( wxCommandEvent& WXUNUSED(event) ) { wxMessageBox(wxT("OpenGL Penguin Sample (c) Robert Roebling, Sandro Sigala et al")); diff --git a/samples/popup/popup.cpp b/samples/popup/popup.cpp index d6f5aca84a..6daf63fb31 100644 --- a/samples/popup/popup.cpp +++ b/samples/popup/popup.cpp @@ -332,7 +332,7 @@ MyFrame::MyFrame(const wxString& title) // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(Minimal_About, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(Minimal_About, wxT("&About\tF1"), wxT("Show about dialog")); menuFile->Append(Minimal_TestDialog, wxT("&Test dialog\tAlt-T"), wxT("Test dialog")); menuFile->Append(Minimal_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program")); diff --git a/samples/propgrid/propgrid.cpp b/samples/propgrid/propgrid.cpp index afd52d9cb7..d506684c84 100644 --- a/samples/propgrid/propgrid.cpp +++ b/samples/propgrid/propgrid.cpp @@ -2024,7 +2024,7 @@ FormMain::FormMain(const wxString& title, const wxPoint& pos, const wxSize& size wxMenu *menuTools2 = new wxMenu; wxMenu *menuHelp = new wxMenu; - menuHelp->Append(ID_ABOUT, wxT("&About..."), wxT("Show about dialog") ); + menuHelp->Append(ID_ABOUT, wxT("&About"), wxT("Show about dialog") ); menuTools1->Append(ID_APPENDPROP, wxT("Append New Property") ); menuTools1->Append(ID_APPENDCAT, wxT("Append New Category\tCtrl-S") ); diff --git a/samples/regtest/regtest.cpp b/samples/regtest/regtest.cpp index 2623dcc272..cae2f058a9 100644 --- a/samples/regtest/regtest.cpp +++ b/samples/regtest/regtest.cpp @@ -378,7 +378,7 @@ RegFrame::RegFrame(wxFrame *parent, const wxChar *title, int x, int y, int w, in wxMenu *pMenuFile = new wxMenu; pMenuFile->Append(Menu_Test, wxT("Te&st"), wxT("Test key creation")); pMenuFile->AppendSeparator(); - pMenuFile->Append(Menu_About, wxT("&About..."), wxT("Show an extraordinarly beautiful dialog")); + pMenuFile->Append(Menu_About, wxT("&About"), wxT("Show an extraordinarly beautiful dialog")); pMenuFile->AppendSeparator(); pMenuFile->Append(Menu_Quit, wxT("E&xit"), wxT("Quit this program")); diff --git a/samples/richtext/richtext.cpp b/samples/richtext/richtext.cpp index 9f5b6899a8..860e15d022 100644 --- a/samples/richtext/richtext.cpp +++ b/samples/richtext/richtext.cpp @@ -597,7 +597,7 @@ MyFrame::MyFrame(const wxString& title, wxWindowID id, const wxPoint& pos, // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(ID_About, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(ID_About, wxT("&About\tF1"), wxT("Show about dialog")); fileMenu->Append(wxID_OPEN, wxT("&Open\tCtrl+O"), wxT("Open a file")); fileMenu->Append(wxID_SAVE, wxT("&Save\tCtrl+S"), wxT("Save a file")); diff --git a/samples/sockets/client.cpp b/samples/sockets/client.cpp index 7b67c98dd8..342be4e3cf 100644 --- a/samples/sockets/client.cpp +++ b/samples/sockets/client.cpp @@ -211,7 +211,7 @@ MyFrame::MyFrame() : wxFrame((wxFrame *)NULL, wxID_ANY, // Make menus m_menuFile = new wxMenu(); - m_menuFile->Append(CLIENT_ABOUT, _("&About...\tCtrl-A"), _("Show about dialog")); + m_menuFile->Append(CLIENT_ABOUT, _("&About\tCtrl-A"), _("Show about dialog")); m_menuFile->AppendSeparator(); m_menuFile->Append(CLIENT_QUIT, _("E&xit\tAlt-X"), _("Quit client")); diff --git a/samples/sockets/server.cpp b/samples/sockets/server.cpp index 853fb4b278..439ccc8afa 100644 --- a/samples/sockets/server.cpp +++ b/samples/sockets/server.cpp @@ -187,7 +187,7 @@ MyFrame::MyFrame() : wxFrame((wxFrame *)NULL, wxID_ANY, m_menuFile->Append(SERVER_WAITFORACCEPT, "&Wait for connection\tCtrl-W"); m_menuFile->Append(SERVER_UDPTEST, "&UDP test\tCtrl-U"); m_menuFile->AppendSeparator(); - m_menuFile->Append(SERVER_ABOUT, _("&About...\tCtrl-A"), _("Show about dialog")); + m_menuFile->Append(SERVER_ABOUT, _("&About\tCtrl-A"), _("Show about dialog")); m_menuFile->AppendSeparator(); m_menuFile->Append(SERVER_QUIT, _("E&xit\tAlt-X"), _("Quit server")); diff --git a/samples/sound/sound.cpp b/samples/sound/sound.cpp index e44158e995..1ec5f2b942 100644 --- a/samples/sound/sound.cpp +++ b/samples/sound/sound.cpp @@ -213,7 +213,7 @@ MyFrame::MyFrame(const wxString& title) playMenu->Append(Sound_PlayBell, wxT("Play system bell")); wxMenu *helpMenu = new wxMenu; - helpMenu->Append(Sound_About, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(Sound_About, wxT("&About\tF1"), wxT("Show about dialog")); // now append the freshly created menu to the menu bar... wxMenuBar *menuBar = new wxMenuBar(); diff --git a/samples/splash/splash.cpp b/samples/splash/splash.cpp index 93fbb7f708..e02bf69c79 100644 --- a/samples/splash/splash.cpp +++ b/samples/splash/splash.cpp @@ -182,7 +182,7 @@ MyFrame::MyFrame(const wxString& title) // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(wxID_ABOUT, wxT("&About...\tF1"), wxT("Show about frame")); + helpMenu->Append(wxID_ABOUT, wxT("&About\tF1"), wxT("Show about frame")); menuFile->Append(wxID_EXIT, wxT("E&xit\tAlt-X"), wxT("Quit this program")); diff --git a/samples/statbar/statbar.cpp b/samples/statbar/statbar.cpp index 8afb461b09..31a26ddfbb 100644 --- a/samples/statbar/statbar.cpp +++ b/samples/statbar/statbar.cpp @@ -412,7 +412,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) wxT("Toggle status bar format")); wxMenu *helpMenu = new wxMenu; - helpMenu->Append(StatusBar_About, wxT("&About...\tCtrl-A"), + helpMenu->Append(StatusBar_About, wxT("&About\tCtrl-A"), wxT("Show about dialog")); // now append the freshly created menu to the menu bar... diff --git a/samples/thread/thread.cpp b/samples/thread/thread.cpp index 1e5c3ee9fb..a8529189ed 100644 --- a/samples/thread/thread.cpp +++ b/samples/thread/thread.cpp @@ -378,7 +378,7 @@ MyFrame::MyFrame(const wxString& title) wxMenu *menuHelp = new wxMenu; menuHelp->Append(THREAD_SHOWCPUS, wxT("&Show CPU count")); menuHelp->AppendSeparator(); - menuHelp->Append(THREAD_ABOUT, wxT("&About...")); + menuHelp->Append(THREAD_ABOUT, wxT("&About")); menuBar->Append(menuHelp, wxT("&Help")); SetMenuBar(menuBar); diff --git a/samples/treectrl/treetest.cpp b/samples/treectrl/treetest.cpp index 8bfb579636..94563cad03 100644 --- a/samples/treectrl/treetest.cpp +++ b/samples/treectrl/treetest.cpp @@ -228,7 +228,7 @@ MyFrame::MyFrame(const wxString& title, int x, int y, int w, int h) file_menu->Append(TreeTest_ClearLog, wxT("&Clear log\tCtrl-L")); file_menu->AppendSeparator(); - file_menu->Append(TreeTest_About, wxT("&About...")); + file_menu->Append(TreeTest_About, wxT("&About")); file_menu->AppendSeparator(); file_menu->Append(TreeTest_Quit, wxT("E&xit\tAlt-X")); @@ -1606,7 +1606,7 @@ void MyTreeCtrl::ShowMenu(wxTreeItemId id, const wxPoint& pt) #if wxUSE_MENUS wxMenu menu(title); - menu.Append(TreeTest_About, wxT("&About...")); + menu.Append(TreeTest_About, wxT("&About")); menu.AppendSeparator(); menu.Append(TreeTest_Highlight, wxT("&Highlight item")); menu.Append(TreeTest_Dump, wxT("&Dump")); diff --git a/samples/vscroll/vstest.cpp b/samples/vscroll/vstest.cpp index 344fc0e850..dbacf7830e 100644 --- a/samples/vscroll/vstest.cpp +++ b/samples/vscroll/vstest.cpp @@ -513,7 +513,7 @@ VarScrollFrame::VarScrollFrame() // the "About" item should be in the help menu wxMenu *menuHelp = new wxMenu; - menuHelp->Append(VScroll_About, wxT("&About...\tF1"), wxT("Show about dialog")); + menuHelp->Append(VScroll_About, wxT("&About\tF1"), wxT("Show about dialog")); #ifdef wxHAS_RADIO_MENU_ITEMS menuMode->AppendRadioItem(VScroll_VScrollMode, wxT("&Vertical\tAlt-V"), diff --git a/samples/wizard/wizard.cpp b/samples/wizard/wizard.cpp index 94c95c0820..fcbcdb6b8f 100644 --- a/samples/wizard/wizard.cpp +++ b/samples/wizard/wizard.cpp @@ -450,7 +450,7 @@ MyFrame::MyFrame(const wxString& title) menuOptions->AppendCheckItem(Wizard_ExpandBitmap, wxT("Si&ze Bitmap To Page")); wxMenu *helpMenu = new wxMenu; - helpMenu->Append(Wizard_About, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(Wizard_About, wxT("&About\tF1"), wxT("Show about dialog")); // now append the freshly created menu to the menu bar... wxMenuBar *menuBar = new wxMenuBar(); diff --git a/samples/xrc/rc/menu.xrc b/samples/xrc/rc/menu.xrc index 309aaab9ab..de48e52c7e 100644 --- a/samples/xrc/rc/menu.xrc +++ b/samples/xrc/rc/menu.xrc @@ -84,7 +84,7 @@ - + About this application diff --git a/samples/xrc/rc/resource.xrc b/samples/xrc/rc/resource.xrc index 6673e0e8f2..bb510a3555 100644 --- a/samples/xrc/rc/resource.xrc +++ b/samples/xrc/rc/resource.xrc @@ -6,7 +6,7 @@ - + filesave.gif diff --git a/samples/xti/xti.cpp b/samples/xti/xti.cpp index 75e4a9a71b..2b61783ce4 100644 --- a/samples/xti/xti.cpp +++ b/samples/xti/xti.cpp @@ -169,7 +169,7 @@ MyFrame::MyFrame(const wxString& title) // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(Minimal_About, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(Minimal_About, wxT("&About\tF1"), wxT("Show about dialog")); fileMenu->Append(Minimal_Persist, wxT("Persist a wxFrame to XML..."), wxT("Creates a wxFrame using wxXTI and saves its description as XML")); diff --git a/src/common/stockitem.cpp b/src/common/stockitem.cpp index fc62ec4276..b1e21f6245 100644 --- a/src/common/stockitem.cpp +++ b/src/common/stockitem.cpp @@ -137,7 +137,7 @@ wxString wxGetStockLabel(wxWindowID id, long flags) switch (id) { - STOCKITEM(wxID_ABOUT, _("&About..."), _("About...")); + STOCKITEM(wxID_ABOUT, _("&About"), _("About")); STOCKITEM(wxID_ADD, _("Add"), _("Add")); STOCKITEM(wxID_APPLY, _("&Apply"), _("Apply")); STOCKITEM(wxID_BACKWARD, _("&Back"), _("Back")); diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index c726a936eb..8673493025 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -140,9 +140,9 @@ bool wxHtmlHelpFrame::Create(wxWindow* parent, wxWindowID id, fileMenu->Append(wxID_CLOSE, _("&Close")); wxMenu* helpMenu = new wxMenu; - helpMenu->Append(wxID_ABOUT, _("&About...")); + helpMenu->Append(wxID_ABOUT, _("&About")); // Ensures we don't get an empty help menu - helpMenu->Append(wxID_HELP_CONTENTS, _("&About...")); + helpMenu->Append(wxID_HELP_CONTENTS, _("&About")); menuBar->Append(fileMenu,_("&File")); menuBar->Append(helpMenu,_("&Help")); diff --git a/tests/intl/fr/internat.po b/tests/intl/fr/internat.po index 2097757b34..734ab79fad 100644 --- a/tests/intl/fr/internat.po +++ b/tests/intl/fr/internat.po @@ -19,8 +19,8 @@ msgid "International wxWindows App" msgstr "Application wxWindows internationale" #: internat.cpp:105 -msgid "&About..." -msgstr "&A propos..." +msgid "&About" +msgstr "&A propos" #: internat.cpp:107 msgid "E&xit" diff --git a/utils/emulator/src/emulator.cpp b/utils/emulator/src/emulator.cpp index 5f027ac1b7..2547c62559 100644 --- a/utils/emulator/src/emulator.cpp +++ b/utils/emulator/src/emulator.cpp @@ -274,7 +274,7 @@ wxEmulatorFrame::wxEmulatorFrame(const wxString& title, // the "About" item should be in the help menu wxMenu *helpMenu = new wxMenu; - helpMenu->Append(Emulator_About, wxT("&About...\tF1"), wxT("Show about dialog")); + helpMenu->Append(Emulator_About, wxT("&About\tF1"), wxT("Show about dialog")); menuFile->Append(Emulator_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program")); diff --git a/utils/screenshotgen/src/guiframe.cpp b/utils/screenshotgen/src/guiframe.cpp index d2fe097f61..70bd0d4af9 100644 --- a/utils/screenshotgen/src/guiframe.cpp +++ b/utils/screenshotgen/src/guiframe.cpp @@ -93,7 +93,7 @@ void GUIFrame::AddMenuBar() //Help Menu helpMenu = new wxMenu(); wxMenuItem* m_menuHelpAbout; - m_menuHelpAbout = new wxMenuItem( helpMenu, wxID_ABOUT, wxString( _("&About...") ) + wxT('\t') + wxT("F1"), _("Shows info about this application."), wxITEM_NORMAL ); + m_menuHelpAbout = new wxMenuItem( helpMenu, wxID_ABOUT, wxString( _("&About") ) + wxT('\t') + wxT("F1"), _("Shows info about this application."), wxITEM_NORMAL ); helpMenu->Append( m_menuHelpAbout ); mbar->Append( helpMenu, _("&Help") );