diff options
| author | Thomas Günther <tom@toms-cafe.de> | 2008-03-16 23:20:33 +0100 |
|---|---|---|
| committer | Thomas Günther <tom@toms-cafe.de> | 2008-03-16 23:20:33 +0100 |
| commit | 1a2247ccdfaba348b80fb2482c27e71b7cb17b92 (patch) | |
| tree | 524beb5da87e819aa20d06ac4f650a579160b667 /sudoku.cpp | |
| parent | 7aaa70fa39a1e9968ff08ffab4462231e80fbb67 (diff) | |
| download | vdr-plugin-sudoku-1a2247ccdfaba348b80fb2482c27e71b7cb17b92.tar.gz vdr-plugin-sudoku-1a2247ccdfaba348b80fb2482c27e71b7cb17b92.tar.bz2 | |
Added commands to load and save puzzles from/to the sudoku-list file
Diffstat (limited to 'sudoku.cpp')
| -rw-r--r-- | sudoku.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
