diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-15 13:39:35 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-15 13:39:35 +0000 |
commit | 707e30d5d77e871cd52fb4a1afa0cd3c9072d947 (patch) | |
tree | 6fad45842a56814e693c46b3436157b34873fbba /graphics/gimpshop/files | |
parent | de96ce3ad0844aa5c5c74f2559249fd1b7306883 (diff) |
Notes
Diffstat (limited to 'graphics/gimpshop/files')
-rw-r--r-- | graphics/gimpshop/files/gimp.setfont | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimpshop/files/gimp.setfont b/graphics/gimpshop/files/gimp.setfont index 995843d495db..f81fa5d9b9ad 100644 --- a/graphics/gimpshop/files/gimp.setfont +++ b/graphics/gimpshop/files/gimp.setfont @@ -78,10 +78,10 @@ If you need iso8859-2 fonts, please install etlfonts EOF } -# Write gtkrc of user's .gimp-1.1 directory +# Write gtkrc of user's .gimp-1.2 directory sub write_gtkrc($) { my $fontset = shift; - my $path = "$ENV{'HOME'}/.gimp-1.1"; + my $path = "$ENV{'HOME'}/.gimp-1.2"; if (-d $path) { if (-e "$path/gtkrc") { |