* Adjusted the difficulty levels a bit to fit better with what you likely get.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28131 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2007, Axel Dörfler, [email protected]. All rights reserved.
|
* Copyright 2007-2008, Axel Dörfler, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -192,9 +192,9 @@ SudokuWindow::SudokuWindow()
|
|||||||
new BMessage(kMsgOpenFilePanel)));
|
new BMessage(kMsgOpenFilePanel)));
|
||||||
item->SetShortcut('O', B_COMMAND_KEY);
|
item->SetShortcut('O', B_COMMAND_KEY);
|
||||||
BMenu* subMenu = new BMenu("Generate");
|
BMenu* subMenu = new BMenu("Generate");
|
||||||
subMenu->AddItem(new BMenuItem("Very Easy",
|
|
||||||
new BMessage(kMsgGenerateVeryEasySudoku)));
|
|
||||||
subMenu->AddItem(new BMenuItem("Easy",
|
subMenu->AddItem(new BMenuItem("Easy",
|
||||||
|
new BMessage(kMsgGenerateVeryEasySudoku)));
|
||||||
|
subMenu->AddItem(new BMenuItem("Advanced",
|
||||||
new BMessage(kMsgGenerateEasySudoku)));
|
new BMessage(kMsgGenerateEasySudoku)));
|
||||||
subMenu->AddItem(new BMenuItem("Hard",
|
subMenu->AddItem(new BMenuItem("Hard",
|
||||||
new BMessage(kMsgGenerateHardSudoku)));
|
new BMessage(kMsgGenerateHardSudoku)));
|
||||||
|
|||||||
Reference in New Issue
Block a user