added %D* to DEFAULT_IMAGE_TITLE_FORMAT.

2004-01-08 Henrik Brix Andersen <brix@gimp.org>

* app/config/gimpdisplayconfig.c: added %D* to
DEFAULT_IMAGE_TITLE_FORMAT.

Fixes part of bug #120424 - the patch for including a long dirty
indicator (%B) should be applied for gimp-2.2.
This commit is contained in:
Henrik Brix Andersen 2004-01-08 22:06:57 +00:00 committed by Henrik Brix Andersen
parent ed250afdae
commit f2c121b9b2
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2004-01-08 Henrik Brix Andersen <brix@gimp.org>
* app/config/gimpdisplayconfig.c: added %D* to
DEFAULT_IMAGE_TITLE_FORMAT.
Fixes part of bug #120424 - the patch for including a long dirty
indicator (%B) should be applied for gimp-2.2.
2004-01-08 Michael Natterer <mitch@gimp.org>
* app/gui/user-install-dialog.c: removed explicit newlines from

View File

@ -62,7 +62,7 @@ static void gimp_display_config_fullscreen_notify (GObject *object,
gpointer data);
#define DEFAULT_IMAGE_TITLE_FORMAT "%f-%p.%i (%t, %L) %z%%"
#define DEFAULT_IMAGE_TITLE_FORMAT "%D*%f-%p.%i (%t, %L) %z%%"
#define DEFAULT_IMAGE_STATUS_FORMAT "%n (%m)"
#define DEFAULT_ACTIVATE_ON_FOCUS TRUE