All pastes #843609 Raw Edit

Miscellany

public text v1 · immutable
#843609 ·published 2008-01-06 08:46 UTC
rendered paste body
Index: mythtv/themes/classic/main_settings.xml
===================================================================
--- mythtv/themes/classic/main_settings.xml     (revision 15336)
+++ mythtv/themes/classic/main_settings.xml     (working copy)
@@ -356,4 +356,11 @@
        <depends>mythzoneminder</depends>
    </button>
 
+   <button>
+     <type>MYTHAPPEARANCE</type>
+     <text>Screen Setup Wizards</text>
+     <action>PLUGIN mythappearance</action>
+     <depends>mythappearance</depends>
+   </button>
+
 </mythmenu>
Index: mythtv/themes/DVR/main_settings.xml
===================================================================
--- mythtv/themes/DVR/main_settings.xml (revision 15336)
+++ mythtv/themes/DVR/main_settings.xml (working copy)
@@ -307,5 +307,12 @@
        <action>CONFIGPLUGIN mythzoneminder</action>
        <depends>mythzoneminder</depends>
    </button>
+   
+   <button>
+     <type>MYTHAPPEARANCE</type>
+     <text>Screen Setup Wizards</text>
+     <action>PLUGIN mythappearance</action>
+     <depends>mythappearance</depends>
+   </button>
 
 </mythmenu>