diff options
| author | Thomas Günther <tom@toms-cafe.de> | 2008-03-21 17:41:20 +0100 |
|---|---|---|
| committer | Thomas Günther <tom@toms-cafe.de> | 2008-03-21 17:41:20 +0100 |
| commit | bc10d00252d22e5a37a0b83e2d031b833190a496 (patch) | |
| tree | f156652484747ddf2204b58e833830bcc6358eff /sudoku.cpp | |
| parent | 50fb849cb420d9342fad191753bd472beddffca7 (diff) | |
| download | vdr-plugin-sudoku-bc10d00252d22e5a37a0b83e2d031b833190a496.tar.gz vdr-plugin-sudoku-bc10d00252d22e5a37a0b83e2d031b833190a496.tar.bz2 | |
Added setup to commands menu
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 114 2008-03-16 22:20:33Z tom $ + * $Id: sudoku.cpp 116 2008-03-21 16:41:20Z tom $ */ #include "sudoku.h" @@ -105,7 +105,7 @@ bool Plugin::Start() */ cOsdObject* Plugin::MainMenuAction() { - return new Menu(setup, ConfigDirectory(Name()), puzzle, curr); + return new Menu(this, setup, puzzle, curr); } /** Setup menu page to adjust the setup parameters of the plugin |
