Skip to content

Commit 438333e

Browse files
author
stoecker
committed
fix wrong menu name, fix #24375
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19418 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent 79ab7df commit 438333e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/openstreetmap/josm/actions/CombineWayAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ protected void updateEnabledState(Collection<? extends OsmPrimitive> selection)
343343
private static boolean checkAndConfirmCombineOutlyingWays(Collection<Way> ways) {
344344
DownloadReferrersAction action = MainApplication.getMenu().downloadReferrers;
345345
final String downloadHint = tr("You should use {0}->{1}({2}) first.",
346-
MainApplication.getMenu().editMenu.getText(), action.getValue(NAME), action.getShortcut().toString());
346+
MainApplication.getMenu().fileMenu.getText(), action.getValue(NAME), action.getShortcut().toString());
347347
return Boolean.TRUE.equals(GuiHelper.runInEDTAndWaitAndReturn(() -> checkAndConfirmOutlyingOperation("combine",
348348
tr("Combine confirmation"),
349349
tr("You are about to combine ways which can be members of relations not yet downloaded."

0 commit comments

Comments
 (0)