made "perfect-mouse" the default and changed defaults for image title and

2003-10-14  Sven Neumann  <sven@gimp.org>

	* app/config/gimpdisplayconfig.c: made "perfect-mouse" the default
	and changed defaults for image title and image statusbar.
This commit is contained in:
Sven Neumann 2003-10-14 16:47:43 +00:00 committed by Sven Neumann
parent e8508ded68
commit 459bebba07
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2003-10-14 Sven Neumann <sven@gimp.org>
* app/config/gimpdisplayconfig.c: made "perfect-mouse" the default
and changed defaults for image title and image statusbar.
2003-10-14 Michael Natterer <mitch@gimp.org>
* app/core/gimpcontext.c: add the new context to gimp->context_list

View file

@ -50,8 +50,8 @@ static void gimp_display_config_get_property (GObject *object,
GParamSpec *pspec);
#define DEFAULT_IMAGE_TITLE_FORMAT "%f-%p.%i (%t)"
#define DEFAULT_IMAGE_STATUS_FORMAT DEFAULT_IMAGE_TITLE_FORMAT
#define DEFAULT_IMAGE_TITLE_FORMAT "%f-%p.%i (%t) %z%%"
#define DEFAULT_IMAGE_STATUS_FORMAT "%L (%l layers, %m)"
enum
{
@ -167,7 +167,7 @@ gimp_display_config_class_init (GimpDisplayConfigClass *klass)
0);
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_PERFECT_MOUSE,
"perfect-mouse", PERFECT_MOUSE_BLURB,
FALSE,
TRUE,
0);
GIMP_CONFIG_INSTALL_PROP_ENUM (object_class, PROP_CURSOR_MODE,
"cursor-mode", CURSOR_MODE_BLURB,