Fixed wrong parameters order

This commit is contained in:
threedeyes
2012-11-07 08:39:30 +00:00
parent f8cdd31970
commit a8199d692a
+1 -1
View File
@@ -727,7 +727,7 @@ ShowImageWindow::MessageReceived(BMessage* message)
strCaption << i;
BMenuItem* item = new BMenuItem(strCaption.String(), goTo,
B_SHIFT_KEY, shortcut);
shortcut, B_SHIFT_KEY);
if (currentPage == i)
item->SetMarked(true);
fGoToPageMenu->AddItem(item);