change the default mask file suffix from "_mask" to "-mask".

2007-07-26  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/xbm.c: change the default mask file suffix from
	"_mask" to "-mask".


svn path=/trunk/; revision=23015
This commit is contained in:
Michael Natterer 2007-07-26 15:26:57 +00:00 committed by Michael Natterer
parent 20bb1a0192
commit 35fe03f329
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-07-26 Michael Natterer <mitch@gimp.org>
* plug-ins/common/xbm.c: change the default mask file suffix from
"_mask" to "-mask".
2007-07-26 Michael Natterer <mitch@gimp.org>
* cursors/cursor-move.png

View file

@ -87,7 +87,7 @@ static XBMSaveVals xsvals =
0, /* y_hot */
DEFAULT_PREFIX, /* prefix */
FALSE, /* write_mask */
"_mask"
"-mask"
};