[gimp] app: the name of the standard paint is "gimp-paintbrush" not "GimpPaintbrush"
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: the name of the standard paint is "gimp-paintbrush" not "GimpPaintbrush"
- Date: Thu, 24 Jun 2010 16:40:34 +0000 (UTC)
commit 44e6acbef871b6c92e91e299de0897438b6ca1db
Author: Michael Natterer <mitch gimp org>
Date: Thu Jun 24 18:35:15 2010 +0200
app: the name of the standard paint is "gimp-paintbrush" not "GimpPaintbrush"
app/core/gimpcontext.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpcontext.c b/app/core/gimpcontext.c
index ebfd984..9f19eaf 100644
--- a/app/core/gimpcontext.c
+++ b/app/core/gimpcontext.c
@@ -2140,7 +2140,7 @@ gimp_context_paint_info_list_thaw (GimpContainer *container,
GimpPaintInfo *paint_info;
if (! context->paint_name)
- context->paint_name = g_strdup ("GimpPaintbrush");
+ context->paint_name = g_strdup ("gimp-paintbrush");
paint_info = gimp_context_find_object (context, container,
context->paint_name,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]