author | Reimar Bauer <rb.proj AT googlemail DOT com> |
Mon, 05 May 2014 14:27:17 +0200 | |
changeset 238 | c89b73e1a53a |
parent 237 | cf06d5e67d1a |
child 239 | e1e0ddbc8c98 |
1.1 --- a/eskp.py Mon May 05 14:22:59 2014 +0200 1.2 +++ b/eskp.py Mon May 05 14:27:17 2014 +0200 1.3 @@ -32,9 +32,10 @@ 1.4 return content 1.5 1.6 def get_topmenue(): 1.7 - menue = [('/eskp', _(u'ESKP')), 1.8 - ('/ozoneloss', _(u'Ozoneloss')), 1.9 - ('/iek-7', _(u'IEK-7')), 1.10 + menue = [ 1.11 + ('/ozoneloss', _(u'Ozoneloss')), 1.12 + ('/eskp', _(u'ESKP')), 1.13 + ('/iek-7', _(u'IEK-7')), 1.14 ] 1.15 return menue 1.16