Skip to content

Commit

Permalink
Remove/fix unused icons
Browse files Browse the repository at this point in the history
rocket.svg was only used for getting people to update from WebStart to
OpenWebStart. Since we no longer support Oracle WebStart, we can remove
rocket.svg.

git-svn-id: https://josm.openstreetmap.de/svn/trunk@19187 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
taylor.smock committed Aug 12, 2024
1 parent 617a9b9 commit f8f11c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions resources/images/presets/transport/rocket.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public void destroy() {
* Constructs a new {@code SelectionListDialog}.
*/
public SelectionListDialog() {
super(tr(SELECTION_CASING), "selectionlist", tr("Open a selection list window."),
super(tr(SELECTION_CASING), /* ICON(dialogs/) */ "selectionlist", tr("Open a selection list window."),
Shortcut.registerShortcut("subwindow:selection", tr("Windows: {0}",
tr(SELECTION_CASING)), KeyEvent.VK_T, Shortcut.ALT_SHIFT),
150, // default height
Expand Down

0 comments on commit f8f11c5

Please sign in to comment.