Advertisement
Guest User

includes.xml

a guest
Nov 9th, 2011
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.30 KB | None | 0 0
  1. # This patch file was generated by NetBeans IDE
  2. # It uses platform neutral UTF-8 encoding and \n newlines.
  3. --- Base (BASE)
  4. +++ Locally Modified (Based On LOCAL)
  5. @@ -8238,19 +8238,19 @@
  6.    <item id="2"><!-- Restart -->
  7.      <label fallback="31391">$INFO[Skin.String(CustomSubShutdownRestart_Label)]</label>
  8.      <icon fallback="-">$INFO[Skin.String(CustomSubShutdownRestart_Background)]</icon>
  9. -    <onclick>Reset()</onclick>
  10. +    <onclick>Reboot</onclick>
  11.      <visible>Container(300).HasFocus(22) + !SubString(Skin.String(DisableSubShutdownRestart),true)</visible>
  12.    </item>
  13.    <item id="3"><!-- Exit -->
  14.      <label fallback="31392">$INFO[Skin.String(CustomSubShutdownExit_Label)]</label>
  15.      <icon fallback="-">$INFO[Skin.String(CustomSubShutdownExit_Background)]</icon>
  16. -    <onclick>XBMC.Quit()</onclick>
  17. +    <onclick>Quit</onclick>
  18.      <visible>Container(300).HasFocus(22) + !SubString(Skin.String(DisableSubShutdownExit),true)</visible>
  19.    </item>
  20.    <item id="4"><!-- PowerDown -->
  21.      <label fallback="31393">$INFO[Skin.String(CustomSubShutdownPowerDown_Label)]</label>
  22.      <icon fallback="-">$INFO[Skin.String(CustomSubShutdownPowerDown_Background)]</icon>
  23. -    <onclick>Powerdown()</onclick>
  24. +    <onclick>Powerdown</onclick>
  25.      <visible>Container(300).HasFocus(22) + !SubString(Skin.String(DisableSubShutdownPowerDown),true)</visible>
  26.    </item>
  27.    <item id="5"><!-- Refresh -->
  28. @@ -8262,13 +8262,13 @@
  29.    <item id="7"><!-- Suspend -->
  30.      <label fallback="31395">$INFO[Skin.String(CustomSubShutdownSuspend_Label)]</label>
  31.      <icon fallback="-">$INFO[Skin.String(CustomSubShutdownSuspend_Background)]</icon>
  32. -    <onclick>Suspend()</onclick>
  33. +    <onclick>Suspend</onclick>
  34.      <visible>Container(300).HasFocus(22) + !SubString(Skin.String(DisableSubShutdownSuspend),true)</visible>
  35.    </item>
  36.    <item id="8"><!-- Hibernate-->
  37.      <label fallback="31396">$INFO[Skin.String(CustomSubShutdownHibernate_Label)]</label>
  38.      <icon fallback="-">$INFO[Skin.String(CustomSubShutdownHibernate_Background)]</icon>
  39. -    <onclick>Hibernate()</onclick>
  40. \ No newline at end of file
  41. +    <onclick>Hibernate</onclick>
  42. \ No newline at end of file
  43.      <visible>Container(300).HasFocus(22) + !SubString(Skin.String(DisableSubShutdownHibernate),true)</visible>
  44.    </item>
  45.    <item id="9"><!-- Logout -->
  46.  
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement