Use canonical macros for stock items rather than plain strings
commit36ebb1f2b70f35dd802e98a628df070cff4f4d09
authorColomban Wendling <ban@herbesfolles.org>
Sun, 30 Oct 2011 21:01:49 +0000 (30 22:01 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Sun, 30 Oct 2011 21:01:49 +0000 (30 22:01 +0100)
treede69391e3a997e5ca3a3a9ff71075a37557817c4
parent0337b19dcb2aa952c07fb5ceab31dc3fdff48127
Use canonical macros for stock items rather than plain strings

This makes the code more readable, potentially more future-proof (if
the actual string changes) and better style (catches possible typos at
build-time).
plugins/saveactions.c
src/build.c
src/gb.c
src/msgwindow.c
src/project.c
src/search.c
src/sidebar.c
src/ui_utils.c
src/vte.c