[gimp/soc-2010-cage] app: the name of the standard paint is "gimp-paintbrush" not "GimpPaintbrush"
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage] app: the name of the standard paint is "gimp-paintbrush" not "GimpPaintbrush"
- Date: Wed, 30 Jun 2010 22:15:46 +0000 (UTC)
commit 6131956a7fe60f84be9eec7c26a124921c56718b
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]