diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-12-09 17:41:41 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-12-09 17:41:41 +0000 |
commit | 35b604b153d93b8c6457fb057e137bde7505085f (patch) | |
tree | 96fe40c6a3118933174608a61f1c9a538dcc8d90 /navit | |
parent | 11ed6f5868cc70594ffea5dd4460fc1c63fd8773 (diff) | |
download | navit-35b604b153d93b8c6457fb057e137bde7505085f.tar.gz |
Fix:Core:Changed comments for osds to enabled=no for better pre-processing
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1778 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit')
-rw-r--r-- | navit/navit.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/navit/navit.xml b/navit/navit.xml index de44f2452..dbb25ece7 100644 --- a/navit/navit.xml +++ b/navit/navit.xml @@ -33,17 +33,17 @@ <gui type="gtk" menubar="1" toolbar="1" statusbar="1"/> <!-- osd items allow to position display and control items directly on top of the map: --> - <!-- <osd type="compass"/> --> - <!-- <osd type="eta"/> --> - <!-- <osd type="navigation"/> --> + <osd enabled="no" type="compass"/> + <osd enabled="no" type="eta"/> + <osd enabled="no" type="navigation"/> <!-- 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 type="button" x="0" y="0" command="gui_internal_fullscreen" src="toggle_fullscreen.xpm"/> --> - <!-- <osd type="button" x="-96" y="0" command="gui_internal_menu" src="menu.xpm"/> --> - <!-- <osd type="button" x="-96" y="-96" command="zoom_in" src="zoom_in.xpm"/> --> - <!-- <osd type="button" x="0" y="-96" command="zoom_out" src="zoom_out.xpm"/> --> + <osd enabled="no" type="button" x="0" y="0" command="gui_internal_fullscreen" src="toggle_fullscreen.xpm"/> + <osd enabled="no" type="button" x="-96" y="0" command="gui_internal_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"/> <vehicle name="Local GPS" enabled="yes" active="1" source="gpsd://localhost" gpsd_query="w+xj" color="#0000ff"> <!-- Navit can write a tracklog in several formats (gpx, nmea or textfile): --> |