Skip to content

Commit

Permalink
Non-kadenze version of v2.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fiebrink1 committed Feb 3, 2016
1 parent 57ae222 commit 10b04f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ annotation.processing.enabled.in.editor=false
annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
application.title=Wekinator-Kadenze
application.title=Wekinator
#application.title=Wekinator-Kadenze
application.vendor=Rebecca Fiebrink
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
build.classes.dir=${build.dir}/classes
Expand Down
4 changes: 2 additions & 2 deletions src/wekimini/WekiMiniRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
public final class WekiMiniRunner {

private static final String versionString = "17 January 2016";
private static final String versionString = "3 February 2016";
private static final Logger logger = Logger.getLogger(WekiMiniRunner.class.getName());
// private static final List<Wekinator> runningWekinators = new LinkedList<>();
private static WekiMiniRunner ref = null; //Singleton
Expand Down Expand Up @@ -117,7 +117,7 @@ public void transferControl(Wekinator w, Closeable oldC, Closeable newC) {
public static void main(String[] args) {
/* Create and display the form */
//WekiMiniRunner.isKadenze = (args.length != 0);
WekiMiniRunner.isKadenze = true; //KADENZE SET
WekiMiniRunner.isKadenze = false; //KADENZE SET

aboutBox.setKadenze(isKadenze);
//args.length == 0
Expand Down

0 comments on commit 10b04f1

Please sign in to comment.