]> git.street.me.uk Git - andy/viking.git/commit
Do not convert waypoint names to uppercase. Make them case insensitive.
authorQuy Tonthat <qtonthat@gmail.com>
Thu, 5 Jun 2008 14:48:09 +0000 (14:48 +0000)
committerQuy Tonthat <qtonthat@gmail.com>
Thu, 5 Jun 2008 14:48:09 +0000 (14:48 +0000)
commit8499a412948056d494f375f55a0a330b9e826c0a
treeb5d9f28d9871b14962fd0852001bd457f9a0ab44
parentc7f6cb25e85f0c8be9c19b0390470144a591ad3f
Do not convert waypoint names to uppercase. Make them case insensitive.

It means you can now have your waypoint names (almost) in anyway you want,
all uppercase, all lowercase or anything in between. It may not work
in some languages, but it won't be worse than before.

"Case insensitive" means viking will not let/allow waypoints named "Home" and
"HOME" and "HoMe" (to) exist in the same trw layer. Hopefully this may ease
the pain to users whose (very) old GPS that can only accept uppercase waypoint
names.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
ChangeLog
src/dialog.c
src/gpspoint.c
src/viktrwlayer.c