]> git.pld-linux.org Git - packages/cinepaint.git/blame - cinepaint-paths.patch
- updated to 1.3
[packages/cinepaint.git] / cinepaint-paths.patch
CommitLineData
cbd6e183
JB
1--- cinepaint/plug-ins/icc_examin/icc_examin/icc_gl.cpp.orig 2008-08-22 20:11:18.000000000 +0200
2+++ cinepaint/plug-ins/icc_examin/icc_examin/icc_gl.cpp 2013-03-24 07:44:09.889892447 +0100
3@@ -697,7 +697,7 @@
4 if(font) delete font;
5 if(ortho_font) delete ortho_font;
6
7- const char* font_name = "/usr/X11R6/lib/X11/fonts/truetype/FreeSans.ttf";
8+ const char* font_name = "/usr/share/fonts/TTF/FreeSans.ttf";
9 # if APPLE
10 std::string f_n;
11 if(getenv("RESOURCESPATH"))
12@@ -714,7 +714,7 @@
13 # endif
14 if(!holeDateiModifikationsZeit(font_name)) {
15 DBG_S( _("Could not open font in:") << font_name )
16- font_name = "/usr/X11R6/lib/X11/fonts/truetype/arial.ttf";
17+ font_name = "/usr/share/fonts/TTF/arial.ttf";
18 if(!holeDateiModifikationsZeit(font_name)) {
19 DBG_S( _("Could not open font in:") << font_name )
20 #ifdef WIN32
This page took 0.097487 seconds and 4 git commands to generate.