removed blurbs for unused preferences.

2005-06-08  Sven Neumann  <sven@gimp.org>

	* app/config/gimprc-blurbs.h: removed blurbs for unused preferences.

	* app/config/gimpbaseconfig.c
	* app/config/gimpcoreconfig.c: changed accordingly.
This commit is contained in:
Sven Neumann 2005-06-08 11:31:44 +00:00 committed by Sven Neumann
parent c1363db8c0
commit daceeacd93
4 changed files with 9 additions and 11 deletions

View File

@ -1,3 +1,10 @@
2005-06-08 Sven Neumann <sven@gimp.org>
* app/config/gimprc-blurbs.h: removed blurbs for unused preferences.
* app/config/gimpbaseconfig.c
* app/config/gimpcoreconfig.c: changed accordingly.
2005-06-08 Sven Neumann <sven@gimp.org>
Removed "stingy-memory-use" all over the place. This feature was

View File

@ -113,8 +113,7 @@ gimp_base_config_class_init (GimpBaseConfigClass *klass)
"${gimp_dir}",
GIMP_CONFIG_PARAM_RESTART);
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_STINGY_MEMORY_USE,
"stingy-memory-use",
STINGY_MEMORY_USE_BLURB,
"stingy-memory-use", NULL,
FALSE,
GIMP_CONFIG_PARAM_IGNORE);
GIMP_CONFIG_INSTALL_PROP_UINT (object_class, PROP_NUM_PROCESSORS,

View File

@ -244,8 +244,7 @@ gimp_core_config_class_init (GimpCoreConfigClass *klass)
GIMP_CONFIG_PARAM_CONFIRM);
g_free (path);
GIMP_CONFIG_INSTALL_PROP_PATH (object_class, PROP_FONT_PATH_WRITABLE,
"font-path-writable",
FONT_PATH_WRITABLE_BLURB,
"font-path-writable", NULL,
GIMP_CONFIG_PATH_DIR_LIST, NULL,
GIMP_CONFIG_PARAM_IGNORE);
GIMP_CONFIG_INSTALL_PROP_STRING (object_class, PROP_DEFAULT_BRUSH,

View File

@ -143,8 +143,6 @@ N_("When enabled, the selected pattern will be used for all tools.")
#define FONT_PATH_BLURB \
"Where to look for fonts."
#define FONT_PATH_WRITABLE_BLURB ""
#define HELP_BROWSER_BLURB \
N_("Sets the browser used by the help system.")
@ -332,11 +330,6 @@ N_("Enable to display a handy GIMP tip on startup.")
#define SHOW_TOOL_TIPS_BLURB \
N_("Enable to display tooltips.")
#define STINGY_MEMORY_USE_BLURB \
N_("There is always a tradeoff between memory usage and speed. In most " \
"cases, the GIMP opts for speed over memory. However, if memory is a " \
"big issue, try to enable this setting.")
#define SWAP_PATH_BLURB \
N_("Sets the swap file location. The gimp uses a tile based memory " \
"allocation scheme. The swap file is used to quickly and easily " \