diff options
Diffstat (limited to 'games/xarchon/patches/remove_theme_option.diff')
-rw-r--r-- | games/xarchon/patches/remove_theme_option.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xarchon/patches/remove_theme_option.diff b/games/xarchon/patches/remove_theme_option.diff new file mode 100644 index 0000000000..20a40b2e9e --- /dev/null +++ b/games/xarchon/patches/remove_theme_option.diff @@ -0,0 +1,12 @@ +diff -Naur xarchon-0.60.orig/src/qt/qtguiwidget.cpp xarchon-0.60.menu/src/qt/qtguiwidget.cpp +--- xarchon-0.60.orig/src/qt/qtguiwidget.cpp 2002-01-09 13:34:33.000000000 -0500 ++++ xarchon-0.60.menu/src/qt/qtguiwidget.cpp 2016-08-11 09:10:20.179782939 -0400 +@@ -46,8 +46,6 @@ + + menubar->insertItem("settingsPlayers", popup, "Configure &Players...", + this, SLOT(settingsPlayers())); +- menubar->insertItem("settingsTheme", popup, "Select &Theme...", +- this, SLOT(settingsTheme())); + menubar->insertItem("settingsSound", popup, "Toggle &Sound", + this, SLOT(settingsSound()), Qt::Key_F11); + menubar->setChecked("settingsSound", TRUE); |