The hardcoded string "Do Not Use" was being used in multiple places as the category...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 3 Jan 2008 13:49:11 +0000 (13:49 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 3 Jan 2008 13:49:11 +0000 (13:49 +0000)
commit48bbcdc963c394122d294519d43330e046433129
treeddfc1abf345dd3038bf71ff9529a9057692a1a3a
parentb46ffd205b49c1a05a71c4efb0d337e685a2fe26
The hardcoded string "Do Not Use" was being used in multiple places as the category for layers that shouldn't show up in the GUI menus.  Replaced it with a single #define'd string constant.  Also, there's no need to translate it, since the string is never displayed to the user.  Previously we were dependent upon the same translation for the string existing in both core and studio.

git-svn-id: http://svn.voria.com/code@1264 1f10aa63-cdf2-0310-b900-c93c546f37ac
synfig-core/trunk/src/modules/example/simplecircle.cpp
synfig-core/trunk/src/synfig/layer.cpp
synfig-core/trunk/src/synfig/layer.h
synfig-core/trunk/src/synfig/module.h
synfig-studio/trunk/src/gtkmm/canvasview.cpp
synfig-studio/trunk/src/gtkmm/dock_layers.cpp