On Tue, Aug 25, 2009 at 08:27:39AM +0200, Peter Åstrand wrote:
> On Mon, 6 Jul 2009, Peter Åstrand wrote:
>
>>> 2. vnc viewer's About dialog box title "About VNC Viewer for Windows"
>>> (should be about TigerVNC ...") [minor]
>>
>> I agree. A patch that corrects this is attached.
>
> If there are no objections, I'll commit this patch.

Patch looks fine.

>
> Regards, ---
> Peter Åstrand         ThinLinc Chief Developer
> Cendio AB             http://www.cendio.com
> Wallenbergs gata 4
> 583 30 Linköping      Phone: +46-13-21 46 00

> Index: unix/vncviewer/AboutDialog.h
> ===================================================================
> --- unix/vncviewer/AboutDialog.h      (revision 3864)
> +++ unix/vncviewer/AboutDialog.h      (arbetskopia)
> @@ -35,7 +35,7 @@
>  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: unix/vncviewer/CConn.cxx
> ===================================================================
> --- unix/vncviewer/CConn.cxx  (revision 3864)
> +++ unix/vncviewer/CConn.cxx  (arbetskopia)
> @@ -454,7 +454,7 @@
>    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: unix/po/tigervnc.pot
> ===================================================================
> --- unix/po/tigervnc.pot      (revision 3864)
> +++ unix/po/tigervnc.pot      (arbetskopia)
> @@ -16,7 +16,7 @@
>  "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: unix/po/pl.po
> ===================================================================
> --- unix/po/pl.po     (revision 3864)
> +++ unix/po/pl.po     (arbetskopia)
> @@ -13,7 +13,7 @@
>  "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: unix/po/sk.po
> ===================================================================
> --- unix/po/sk.po     (revision 3864)
> +++ unix/po/sk.po     (arbetskopia)
> @@ -15,7 +15,7 @@
>  "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: unix/po/de.po
> ===================================================================
> --- unix/po/de.po     (revision 3864)
> +++ unix/po/de.po     (arbetskopia)
> @@ -18,7 +18,7 @@
>  "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: unix/po/sv.po
> ===================================================================
> --- unix/po/sv.po     (revision 3864)
> +++ unix/po/sv.po     (arbetskopia)
> @@ -17,7 +17,7 @@
>  "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: win/winvnc/winvnc.rc
> ===================================================================
> --- win/winvnc/winvnc.rc      (revision 3864)
> +++ win/winvnc/winvnc.rc      (arbetskopia)
> @@ -135,7 +135,7 @@
>  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
> Index: win/vncviewer/vncviewer.rc
> ===================================================================
> --- win/vncviewer/vncviewer.rc        (revision 3864)
> +++ win/vncviewer/vncviewer.rc        (arbetskopia)
> @@ -155,7 +155,7 @@
>  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: win/vncconfig/vncconfig.rc
> ===================================================================
> --- win/vncconfig/vncconfig.rc        (revision 3864)
> +++ win/vncconfig/vncconfig.rc        (arbetskopia)
> @@ -211,7 +211,7 @@
>  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

> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Tigervnc-devel mailing list
> Tigervnc-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


-- 
Adam Tkac, Red Hat, Inc.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to