commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r6967 - trunk/gnue-forms/src/uidrivers/wx


From: kilo
Subject: [gnue] r6967 - trunk/gnue-forms/src/uidrivers/wx
Date: Mon, 7 Feb 2005 04:05:40 -0600 (CST)

Author: kilo
Date: 2005-02-07 04:05:40 -0600 (Mon, 07 Feb 2005)
New Revision: 6967

Modified:
   trunk/gnue-forms/src/uidrivers/wx/UIWXSplashScreen.py
Log:
Removed years from copyright on splashscreen

Modified: trunk/gnue-forms/src/uidrivers/wx/UIWXSplashScreen.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx/UIWXSplashScreen.py       2005-02-07 
07:43:59 UTC (rev 6966)
+++ trunk/gnue-forms/src/uidrivers/wx/UIWXSplashScreen.py       2005-02-07 
10:05:40 UTC (rev 6967)
@@ -78,7 +78,7 @@
     wxStaticText(parent=self, id=-1, label=text,
                  size=wxSize(swidth,theight), 
pos=wxPoint(1,25),style=wxALIGN_CENTRE)
 
-    text = wxEncode(u_("(c)2000-2004 Free Software Foundation"))
+    text = wxEncode(u_("(c) Free Software Foundation"))
     twidth,theight = self.GetTextExtent(text)
     wxStaticText(self, -1, text,
                  wxPoint(1,50),wxSize(swidth,theight),wxALIGN_CENTRE)





reply via email to

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