Skip to content

Commit 3be3f71

Browse files
author
ejvindh
committed
bugfixes + keyb. shortcuts
1 parent 9a3afb5 commit 3be3f71

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

bin/first/Gui.class

4.93 KB
Binary file not shown.

src/first/Gui.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,6 @@ public void initialize(URL url, ResourceBundle rb) {
292292
menubar.setDisable(true);
293293
System.out.println("No dictionaries found!");
294294
}
295-
296-
<<<<<<< HEAD
297295
Platform.runLater(() -> {
298296
fromDanishButton.getScene().getAccelerators().put(
299297
new KeyCodeCombination(KeyCode.F, KeyCombination.SHORTCUT_DOWN),
@@ -321,8 +319,6 @@ public void initialize(URL url, ResourceBundle rb) {
321319
lang.setTooltip(new Tooltip("<ctrl/cmd d>"));
322320
searchtxt.setTooltip(new Tooltip("<ctrl/cmd l>"));
323321

324-
=======
325-
>>>>>>> a07388813fc646b77195251e38855273ee66cb5d
326322
Runtime.getRuntime().addShutdownHook(new Thread(() -> {
327323
//Slutter
328324
if (settings.size() > 0) write_xml(settings, datadir+settingsFileName);

0 commit comments

Comments
 (0)