commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/forms/src/uidrivers/wx UIdriver.py


From: Jan Ischebeck
Subject: gnue/forms/src/uidrivers/wx UIdriver.py
Date: Thu, 09 May 2002 15:37:42 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/05/09 15:37:41

Modified files:
        forms/src/uidrivers/wx: UIdriver.py 

Log message:
        i18n fix : add + between _("string") and _("string")

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/uidrivers/wx/UIdriver.py.diff?tr1=1.169&tr2=1.170&r1=text&r2=text

Patches:
Index: gnue/forms/src/uidrivers/wx/UIdriver.py
diff -c gnue/forms/src/uidrivers/wx/UIdriver.py:1.169 
gnue/forms/src/uidrivers/wx/UIdriver.py:1.170
*** gnue/forms/src/uidrivers/wx/UIdriver.py:1.169       Thu May  9 14:13:35 2002
--- gnue/forms/src/uidrivers/wx/UIdriver.py     Thu May  9 15:37:41 2002
***************
*** 873,885 ****
  class UIAbout(wxMessageDialog, UIHelper):
    def __init__(self, interface, programVersion, formName, formVersion, 
author, description):
      wxMessageDialog.__init__(self, interface,
!                              _("GNUE Forms\n")
!                              _("  Version : %s\n")
!                              _("  Driver  : UIwxpython\n")
!                              _("-= Form Info =-\n")
!                              _("  Name   : %s\n")
!                              _("  Version: %s\n")
!                              _("  Author : %s\n")
                               _("  Description: %s\n")
                               % (programVersion, formName 
,formVersion,author,description),
                               "About", wxOK | wxICON_INFORMATION)
--- 873,885 ----
  class UIAbout(wxMessageDialog, UIHelper):
    def __init__(self, interface, programVersion, formName, formVersion, 
author, description):
      wxMessageDialog.__init__(self, interface,
!                              _("GNUE Forms\n")+
!                              _("  Version : %s\n")+
!                              _("  Driver  : UIwxpython\n")+
!                              _("-= Form Info =-\n")+
!                              _("  Name   : %s\n")+
!                              _("  Version: %s\n")+
!                              _("  Author : %s\n")+
                               _("  Description: %s\n")
                               % (programVersion, formName 
,formVersion,author,description),
                               "About", wxOK | wxICON_INFORMATION)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]