]> source.dussan.org Git - tigervnc.git/commitdiff
Change product name to TigerVNC in about dialogs.
authorPeter Åstrand <astrand@cendio.se>
Thu, 27 Aug 2009 12:22:10 +0000 (12:22 +0000)
committerPeter Åstrand <astrand@cendio.se>
Thu, 27 Aug 2009 12:22:10 +0000 (12:22 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3882 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/po/de.po
unix/po/pl.po
unix/po/sk.po
unix/po/sv.po
unix/po/tigervnc.pot
unix/vncviewer/AboutDialog.h
unix/vncviewer/CConn.cxx
win/vncconfig/vncconfig.rc
win/vncviewer/vncviewer.rc
win/winvnc/winvnc.rc

index 1af55d1dc486027b41182edf237956ec1f3157fd..7b4e003bee89f7037cde06703362140b10247b63 100644 (file)
@@ -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"
index 732cc96b14230ef763c7d0f98446ca9558622041..dd7ab04727ae531ad1ca64ecbb00901209c75c00 100644 (file)
@@ -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"
index ce159350a741d6e7a2c8b65401cb643534bd0f9b..e48a8cfe10e3ab09019283703df70d5e20522b49 100644 (file)
@@ -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"
index e85609368d3ddaa14d8e7b69668be03609fa9858..3c19a5a019709a3929f8fbbc6b220bc06dbb4f26 100644 (file)
@@ -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"
index b50c71c6f5c947be126d1f75cc976886b4c63d62..517600845877798d002eb9b80e0ce5452206511a 100644 (file)
@@ -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"
index 0c796be325a1f9e22f6f2bd3d302227ffdd338d4..ff7290a14caa2749827d8328a7bc3e62517dca18 100644 (file)
@@ -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")) {
   }
 };
 
index fed6db3949c10b3045994c2336efd3dd0e97c7aa..8231f4c6efe399fc4613bde12f266a4850d6f7cc 100644 (file)
@@ -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);
index d60176ee4704988f2cff383a5336d998abfcd0c6..d638100fc194cd828edac46c7b7deff524424add 100644 (file)
@@ -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
index 84b7da996b0f93ab9e026ef38b93cb6a1d3e337b..a90c9594e168cd8d81146fae204f17fdb2c25446 100644 (file)
@@ -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
index e0d47dacfe5a08927b0deac57d87ff1ca722a711..438762974aebf6b0bfaa8d19df1026b9030a53c9 100644 (file)
@@ -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