Skip to content

Commit 0b54484

Browse files
committed
Window: Fixed nonterminated string ID
1 parent 0eee9a1 commit 0b54484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/window.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ static const iMenuItem windowMenuItems_[] = {
173173
{ "${menu.tab.prev}", 0, 0, "tabs.prev" },
174174
{ "${menu.duptab}", 0, 0, "tabs.new duplicate:1" },
175175
#if !defined (iPlatformTerminal)
176-
{ "${menu.movetab.newwindow", 0, 0, "tabs.swap newwindow:1" },
176+
{ "${menu.movetab.newwindow}", 0, 0, "tabs.swap newwindow:1" },
177177
{ "---" },
178178
{ "${menu.window.min}", 0, 0, "window.minimize" },
179179
{ "${menu.window.max}", 0, 0, "window.maximize" },

0 commit comments

Comments
 (0)