/[lohnrechner]/trunk/lohnrechner2007.py
ViewVC logotype

Diff of /trunk/lohnrechner2007.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 17 by wilde, Thu Jan 13 15:51:34 2005 UTC revision 18 by wilde, Thu Jan 13 16:59:53 2005 UTC
# Line 16  Line 16 
16  __version__ = "$Revision$"  __version__ = "$Revision$"
17  # $Source$  # $Source$
18                    
19  _release_version = "0.1alpha"  _release_version = "0.%s alpha" % __version__[11:-2]
20    
21  import LST2005  import LST2005
22  from Tkinter import *  from Tkinter import *
# Line 120  class Lohnrechner(LST2005.LStRechner2005 Line 120  class Lohnrechner(LST2005.LStRechner2005
120      def Info(self):      def Info(self):
121          infowin = Toplevel(self.root)          infowin = Toplevel(self.root)
122          infowin.title("Info")          infowin.title("Info")
123          Label(infowin, text="Lohnrechner 2005 %s" % _release_version,          Label(infowin, text="Lohnrechner 2005 v%s" % _release_version,
124                font=("Times", 14, "bold italic")).grid(row=0, pady=20)                font=("Times", 14, "bold italic")).grid(row=0, pady=20)
125          Label(infowin, text=          Label(infowin, text=
126                "Copyright (C) 2005 Intevation GmbH \n\n\                "Copyright (C) 2005 Intevation GmbH \n\n\

Legend:
Removed from v.17  
changed lines
  Added in v.18

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26