mirror of https://github.com/GNOME/gimp.git
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:
parent
20bb1a0192
commit
35fe03f329
|
@ -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
|
||||
|
|
|
@ -87,7 +87,7 @@ static XBMSaveVals xsvals =
|
|||
0, /* y_hot */
|
||||
DEFAULT_PREFIX, /* prefix */
|
||||
FALSE, /* write_mask */
|
||||
"_mask"
|
||||
"-mask"
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue