mirror of https://github.com/GNOME/gimp.git
*** empty log message ***
This commit is contained in:
parent
0a4b091ab0
commit
f2949a9262
|
@ -1,3 +1,7 @@
|
|||
2002-03-11 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/gui/user-install-dialog.c: fixed typo (#74248).
|
||||
|
||||
2002-03-11 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* configure.in: bumped version number to 1.3.5.
|
||||
|
|
|
@ -180,7 +180,7 @@ tree_items[] =
|
|||
{
|
||||
TRUE, "generated_brushes",
|
||||
N_("This folder is used to store brushes that are created\n"
|
||||
"created with the brush editor.")
|
||||
"with the brush editor.")
|
||||
},
|
||||
{
|
||||
TRUE, "gradients",
|
||||
|
|
|
@ -180,7 +180,7 @@ tree_items[] =
|
|||
{
|
||||
TRUE, "generated_brushes",
|
||||
N_("This folder is used to store brushes that are created\n"
|
||||
"created with the brush editor.")
|
||||
"with the brush editor.")
|
||||
},
|
||||
{
|
||||
TRUE, "gradients",
|
||||
|
|
Loading…
Reference in New Issue