Skip to content

Commit

Permalink
Fix icon name (lowercase)
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Mar 3, 2023
1 parent 1ce9aa9 commit 63ebf28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class MapWithAIMenu extends JMenu {
public MapWithAIMenu() {
/* I18N: mnemonic: I */
super(trc("menu", "MapWithAI"));
ImageProvider mapwithai = new ImageProvider("MapWithAI").setOptional(true)
ImageProvider mapwithai = new ImageProvider("mapwithai").setOptional(true)
.setMaxSize(ImageProvider.ImageSizes.MENU);
ImageResource resource = mapwithai.getResource();
if (resource != null) {
Expand Down

0 comments on commit 63ebf28

Please sign in to comment.