Skip to content

Commit

Permalink
fix: add TeXworks to applicationCommands (JabRef#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blezie committed Feb 28, 2024
1 parent 8dc5510 commit a8eafd7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1779,6 +1779,7 @@ public PushToApplicationPreferences getPushToApplicationPreferences() {
applicationCommands.put(PushToApplications.LYX, get(PUSH_LYXPIPE));
applicationCommands.put(PushToApplications.TEXMAKER, get(PUSH_TEXMAKER_PATH));
applicationCommands.put(PushToApplications.TEXSTUDIO, get(PUSH_TEXSTUDIO_PATH));
applicationCommands.put(PushToApplications.TEXWORKS, get(PUSH_TEXWORKS_PATH));
applicationCommands.put(PushToApplications.VIM, get(PUSH_VIM));
applicationCommands.put(PushToApplications.WIN_EDT, get(PUSH_WINEDT_PATH));
applicationCommands.put(PushToApplications.SUBLIME_TEXT, get(PUSH_SUBLIME_TEXT_PATH));
Expand Down

0 comments on commit a8eafd7

Please sign in to comment.