From: Peter Åstrand Date: Thu, 27 Aug 2009 12:22:10 +0000 (+0000) Subject: Change product name to TigerVNC in about dialogs. X-Git-Tag: v1.0.90~397 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f55ca173278c2ac09283b548a897cf82885bc6a9;p=tigervnc.git Change product name to TigerVNC in about dialogs. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3882 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/unix/po/de.po b/unix/po/de.po index 1af55d1d..7b4e003b 100644 --- a/unix/po/de.po +++ b/unix/po/de.po @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "About VNC Viewer" +msgid "About TigerVNC Viewer" msgstr "Über VNC-Viewer" msgid "VNC authentication" diff --git a/unix/po/pl.po b/unix/po/pl.po index 732cc96b..dd7ab047 100644 --- a/unix/po/pl.po +++ b/unix/po/pl.po @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "About VNC Viewer" +msgid "About TigerVNC Viewer" msgstr "O Przeglądarce VNC" msgid "VNC authentication" diff --git a/unix/po/sk.po b/unix/po/sk.po index ce159350..e48a8cfe 100644 --- a/unix/po/sk.po +++ b/unix/po/sk.po @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "About VNC Viewer" +msgid "About TigerVNC Viewer" msgstr "O aplikácií VNC Viewer" msgid "VNC authentication" diff --git a/unix/po/sv.po b/unix/po/sv.po index e8560936..3c19a5a0 100644 --- a/unix/po/sv.po +++ b/unix/po/sv.po @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "About VNC Viewer" +msgid "About TigerVNC Viewer" msgstr "Om VNC-visaren" msgid "VNC authentication" diff --git a/unix/po/tigervnc.pot b/unix/po/tigervnc.pot index b50c71c6..51760084 100644 --- a/unix/po/tigervnc.pot +++ b/unix/po/tigervnc.pot @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -msgid "About VNC Viewer" +msgid "About TigerVNC Viewer" msgstr "" msgid "VNC authentication" diff --git a/unix/vncviewer/AboutDialog.h b/unix/vncviewer/AboutDialog.h index 0c796be3..ff7290a1 100644 --- a/unix/vncviewer/AboutDialog.h +++ b/unix/vncviewer/AboutDialog.h @@ -35,7 +35,7 @@ extern char buildtime[]; class AboutDialog : public TXMsgBox { public: AboutDialog(Display* dpy) - : TXMsgBox(dpy, aboutText, MB_OK, _("About VNC Viewer")) { + : TXMsgBox(dpy, aboutText, MB_OK, _("About TigerVNC Viewer")) { } }; diff --git a/unix/vncviewer/CConn.cxx b/unix/vncviewer/CConn.cxx index fed6db39..8231f4c6 100644 --- a/unix/vncviewer/CConn.cxx +++ b/unix/vncviewer/CConn.cxx @@ -454,7 +454,7 @@ void CConn::initMenu() { menu.addEntry(_("New connection..."), ID_NEWCONN); menu.addEntry(_("Options..."), ID_OPTIONS); menu.addEntry(_("Connection info..."), ID_INFO); - menu.addEntry(_("About VNCviewer..."), ID_ABOUT); + menu.addEntry(_("About TigerVNC viewer..."), ID_ABOUT); menu.addEntry(0, 0); menu.addEntry(_("Dismiss menu"), ID_DISMISS); menu.toplevel(_("VNC Menu"), this); diff --git a/win/vncconfig/vncconfig.rc b/win/vncconfig/vncconfig.rc index d60176ee..d638100f 100644 --- a/win/vncconfig/vncconfig.rc +++ b/win/vncconfig/vncconfig.rc @@ -211,7 +211,7 @@ END IDD_ABOUT DIALOG DISCARDABLE 0, 0, 249, 92 STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "About VNC Config for Windows" +CAPTION "About TigerVNC Config for Windows" FONT 8, "MS Sans Serif" BEGIN DEFPUSHBUTTON "OK",IDOK,195,70,47,15 diff --git a/win/vncviewer/vncviewer.rc b/win/vncviewer/vncviewer.rc index 84b7da99..a90c9594 100644 --- a/win/vncviewer/vncviewer.rc +++ b/win/vncviewer/vncviewer.rc @@ -155,7 +155,7 @@ END IDD_ABOUT DIALOG DISCARDABLE 0, 0, 249, 92 STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "About VNC Viewer for Windows" +CAPTION "About TigerVNC Viewer for Windows" FONT 8, "MS Sans Serif" BEGIN DEFPUSHBUTTON "OK",IDOK,195,70,47,15 diff --git a/win/winvnc/winvnc.rc b/win/winvnc/winvnc.rc index e0d47dac..43876297 100644 --- a/win/winvnc/winvnc.rc +++ b/win/winvnc/winvnc.rc @@ -135,7 +135,7 @@ END IDD_ABOUT DIALOG DISCARDABLE 0, 0, 249, 92 STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "About VNC Server for Windows" +CAPTION "About TigerVNC Server for Windows" FONT 8, "MS Sans Serif" BEGIN DEFPUSHBUTTON "OK",IDOK,195,70,47,15