From 1a2247ccdfaba348b80fb2482c27e71b7cb17b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sun, 16 Mar 2008 23:20:33 +0100 Subject: Added commands to load and save puzzles from/to the sudoku-list file --- sudoku.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sudoku.cpp') diff --git a/sudoku.cpp b/sudoku.cpp index dd35ea5..a62b475 100644 --- a/sudoku.cpp +++ b/sudoku.cpp @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: sudoku.cpp 106 2007-12-03 23:28:24Z tom $ + * $Id: sudoku.cpp 114 2008-03-16 22:20:33Z tom $ */ #include "sudoku.h" @@ -105,7 +105,7 @@ bool Plugin::Start() */ cOsdObject* Plugin::MainMenuAction() { - return new Menu(setup, puzzle, curr); + return new Menu(setup, ConfigDirectory(Name()), puzzle, curr); } /** Setup menu page to adjust the setup parameters of the plugin -- cgit v1.2.3