[gimp/metadata-browser] libgimpbase: it's "GIMP" not "Gimp"
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] libgimpbase: it's "GIMP" not "Gimp"
- Date: Thu, 13 Sep 2012 00:14:05 +0000 (UTC)
commit 560b576b4bae0f47f1784b4040505b49d942db2b
Author: Michael Natterer <mitch gimp org>
Date: Sat May 12 16:48:05 2012 +0200
libgimpbase: it's "GIMP" not "Gimp"
libgimpbase/gimpenv.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libgimpbase/gimpenv.c b/libgimpbase/gimpenv.c
index ce67d39..217a7f0 100644
--- a/libgimpbase/gimpenv.c
+++ b/libgimpbase/gimpenv.c
@@ -242,7 +242,8 @@ gimp_directory (void)
NSUserDomainMask, YES);
library_dir = [path objectAtIndex:0];
- gimp_dir = g_build_filename ([library_dir UTF8String], "Gimp", GIMP_USER_VERSION,
+ gimp_dir = g_build_filename ([library_dir UTF8String],
+ "GIMP", GIMP_USER_VERSION,
NULL);
[pool drain];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]