]> git.street.me.uk Git - andy/viking.git/commit - src/garminsymbols.h
Change GUI related command line parameter for Waypoint symbol size into run time...
authorRob Norris <rw_norris@hotmail.com>
Sat, 17 Apr 2010 19:40:25 +0000 (20:40 +0100)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sun, 2 May 2010 18:04:20 +0000 (20:04 +0200)
commit9be0449f3757de9cb0e4a6296b392dd0e4b66782
tree8db624103f32928da9fe5777ecc3641cb4bc88d3
parent4344546e9c317471c6947e04f09e1e5531d49c38
Change GUI related command line parameter for Waypoint symbol size into run time preference.

Hence command line -s is removed.
Converted 'use small waypoint icons' into (IMHO) a more positive sounding 'use large waypoint icons' in preferences and in function names. Thus reversing the logic in garminsymbols to keep current behaviour and maintain the current defaults.
NB note how the symbol icon index hash must be cleared and then rebuilt when this preference is changed.
src/dialog.c
src/garminsymbols.c
src/garminsymbols.h
src/globals.c
src/globals.h
src/main.c
src/uibuilder.c
src/vikwindow.c