main.c: Replaced macro with a static const
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 9 Mar 2013 12:13:11 +0000 (13:13 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 9 Mar 2013 12:13:11 +0000 (13:13 +0100)
commit8c55ecac749f80d53a7ff807eee563a4a48b72dc
tree2b20480443aace2d18293b145389295c120d3f0d
parent1c7f6a1a90ea22ced2e21e5dec32a2bc23ccfbf0
main.c: Replaced macro with a static const

This is the GNU recommended way, and ensures that not-compiled code does not become out
of date.
src/ui/gui/main.c