diff options
Diffstat (limited to 'abs/core-testing/mythtv')
-rw-r--r-- | abs/core-testing/mythtv/stable/mythtv/menu-xml/util_menu.xml.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/util_menu.xml.patch b/abs/core-testing/mythtv/stable/mythtv/menu-xml/util_menu.xml.patch new file mode 100644 index 0000000..90122e3 --- /dev/null +++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/util_menu.xml.patch @@ -0,0 +1,17 @@ +--- util_menu.xml.orig 2009-01-09 02:45:07.000000000 +0000 ++++ util_menu.xml 2009-01-22 08:04:28.000000000 +0000 +@@ -76,7 +76,13 @@ + <action>PLUGIN mythcontrols</action> + <depends>mythcontrols</depends> + </button> +- ++ ++ <button> ++ <type>VIDEO_SCREENSHOOTER</type> ++ <text>Thumbnail Generator</text> ++ <action>EXEC /usr/bin/shootscreens-mythtv.sh</action> ++ </button> ++ + <button> + <type>SETUP_MENU</type> + <text>Setup</text> |