summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-04-04 16:04:25 +0000
committerakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-04-04 16:04:25 +0000
commit0c7d3ced00094e467841503aae3992a836de02c5 (patch)
tree296bdcb6a0338b87db4dd2d2448de844ddeebceb
parent4fbd2644bb2d00fde1796499c4b1855a5ae7fb11 (diff)
downloadnavit-svn-0c7d3ced00094e467841503aae3992a836de02c5.tar.gz
Fix:core:Replaced invalid fullscreen command example
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/navit@3131 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--navit_shipped.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit_shipped.xml b/navit_shipped.xml
index 4929d73a..7eb4b229 100644
--- a/navit_shipped.xml
+++ b/navit_shipped.xml
@@ -95,7 +95,7 @@ Navigation</text></img>
<!-- Commands include gui_internal_menu, gui_internal_fullscreen, zoom_in and zoom_out.
Usage of negative values change the button origins. x="0" y="0" specifies the top left, x="-0" y="-0" the bottom right corner.
It's always the top left corner of the icon, so you need to consider the icon's size when you enter the values. -->
- <osd enabled="no" type="button" x="0" y="0" command="gui.fullscreen()" src="toggle_fullscreen.xpm"/>
+ <osd enabled="no" type="button" x="0" y="0" command="gui.fullscreen=!gui.fullscreen" src="toggle_fullscreen.xpm"/>
<osd enabled="no" type="button" x="-96" y="0" command="gui.menu()" src="menu.xpm"/>
<osd enabled="no" type="button" x="-96" y="-96" command="zoom_in()" src="zoom_in.xpm"/>
<osd enabled="no" type="button" x="0" y="-96" command="zoom_out()" src="zoom_out.xpm"/>