Mercurial > lada > lada-client
comparison app/view/About.js @ 467:fa2a7a37a248
Set versions in about dialog to 1.0 for client and server.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 14 Jan 2014 12:28:49 +0100 |
parents | 759828c533f5 |
children | debfcc7713e3 |
comparison
equal
deleted
inserted
replaced
466:2561d203c77e | 467:fa2a7a37a248 |
---|---|
14 autoScroll: true, | 14 autoScroll: true, |
15 modal: true, | 15 modal: true, |
16 layout: "fit", | 16 layout: "fit", |
17 | 17 |
18 initComponent: function() { | 18 initComponent: function() { |
19 var sver = "0.6.1 (rev. 387)"; | 19 var sver = "1.0"; |
20 var cver = "0.9 (rev. 434)"; | 20 var cver = "1.0"; |
21 this.buttons = [ | 21 this.buttons = [ |
22 { | 22 { |
23 text: 'Abbrechen', | 23 text: 'Abbrechen', |
24 scope: this, | 24 scope: this, |
25 handler: this.close | 25 handler: this.close |