app: Add some GimpRectangleTool GIMP_LOG() messages

This commit is contained in:
Martin Nordholts
2010-10-26 13:46:11 +02:00
parent ee81f23f0a
commit 73d2f44210
3 changed files with 20 additions and 2 deletions

View File

@ -54,7 +54,8 @@ gimp_log_init (void)
{ "text-editing", GIMP_LOG_TEXT_EDITING },
{ "key-events", GIMP_LOG_KEY_EVENTS },
{ "auto-tab-style", GIMP_LOG_AUTO_TAB_STYLE },
{ "instances", GIMP_LOG_INSTANCES }
{ "instances", GIMP_LOG_INSTANCES },
{ "rectangle-tool", GIMP_LOG_RECTANGLE_TOOL }
};
/* g_parse_debug_string() has special treatment of the string 'help',