]> git.street.me.uk Git - andy/viking.git/commit - src/dialog.c
Replace 'Add Track' tool with 'Create Route' tool.
authorRob Norris <rw_norris@hotmail.com>
Sun, 21 Oct 2012 23:01:25 +0000 (00:01 +0100)
committerRob Norris <rw_norris@hotmail.com>
Sat, 5 Jan 2013 12:47:39 +0000 (12:47 +0000)
commite37b2a6dac55d0948f4937671a9d71687205aa7c
tree02b69f985a533b8ad70353aaf6701c1aca3e9f70
parent77bca466653aca26e17a2b669101100dca8c1732
Replace 'Add Track' tool with 'Create Route' tool.

Create Route is essentially the same as the Create Track, but enables creating a route instead.
Rename and update appropriate icons.

Make a common function to deal with creating new points.
Enable switching between these two create tools.
src/dialog.c
src/dialog.h
src/icons/Makefile.am
src/icons/begintr_18.png [deleted file]
src/icons/cursor_begintr.png [deleted file]
src/icons/cursor_new_route.png [new file with mode: 0644]
src/icons/vik_new_route_18.png [new file with mode: 0644]
src/viktrwlayer.c
src/vikwindow.c