Skip to content

Commit

Permalink
last change for v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHal committed May 1, 2014
1 parent a13e21c commit 871fb59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions de.halaszovich.sbhteachingtool/TODO.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
todo list:
for Version 1.1:
change slider from [CO2] to pCO2, since this is probably easier for the students.
(Will need changing of some texts / translations)
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class MainWindow implements ChangeListener {
public static final String
APP_NAME=Messages.getString("MainWindow.AppNAme"), //$NON-NLS-1$ // used eclipse's mechanism for this one
APP_VERSION="1.0+exp", //$NON-NLS-1$
APP_VERSION="1.1", //$NON-NLS-1$
COPYRIGHT="(C) Christian R. Halaszovich", //$NON-NLS-1$
INFO_SLIDERSBE=ResourceBundle.getBundle("de.halaszovich.sbhteachingtool.messages").getString("MainWindow.INFO_SLIDERSBE"); //$NON-NLS-1$ //$NON-NLS-2$
static final String INFO_SLIDERCO2 = ResourceBundle.getBundle("de.halaszovich.sbhteachingtool.messages").getString("MainWindow.INFO_SLIDERCO2");; //$NON-NLS-1$ //$NON-NLS-2$
Expand Down

0 comments on commit 871fb59

Please sign in to comment.