Skip to content

Commit

Permalink
bugfixes + keyb. shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
ejvindh committed Oct 29, 2014
1 parent 9a3afb5 commit 3be3f71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Binary file modified bin/first/Gui.class
Binary file not shown.
4 changes: 0 additions & 4 deletions src/first/Gui.java
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ public void initialize(URL url, ResourceBundle rb) {
menubar.setDisable(true);
System.out.println("No dictionaries found!");
}

<<<<<<< HEAD
Platform.runLater(() -> {
fromDanishButton.getScene().getAccelerators().put(
new KeyCodeCombination(KeyCode.F, KeyCombination.SHORTCUT_DOWN),
Expand Down Expand Up @@ -321,8 +319,6 @@ public void initialize(URL url, ResourceBundle rb) {
lang.setTooltip(new Tooltip("<ctrl/cmd d>"));
searchtxt.setTooltip(new Tooltip("<ctrl/cmd l>"));

=======
>>>>>>> a07388813fc646b77195251e38855273ee66cb5d
Runtime.getRuntime().addShutdownHook(new Thread(() -> {
//Slutter
if (settings.size() > 0) write_xml(settings, datadir+settingsFileName);
Expand Down

0 comments on commit 3be3f71

Please sign in to comment.