[gimp/gimp-2-8] libgimpbase: it's "GIMP" not "Gimp" (cherry picked from commit 4805f875ef6b980c1dba2f2bbd724080def1b
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] libgimpbase: it's "GIMP" not "Gimp" (cherry picked from commit 4805f875ef6b980c1dba2f2bbd724080def1b
- Date: Sat, 12 May 2012 14:50:01 +0000 (UTC)
commit d8ce061715a362971ab81f0300d150d4af327a0b
Author: Michael Natterer <mitch gimp org>
Date: Sat May 12 16:48:05 2012 +0200
libgimpbase: it's "GIMP" not "Gimp"
(cherry picked from commit 4805f875ef6b980c1dba2f2bbd724080def1b61e)
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]