]> git.pld-linux.org Git - packages/icc_examin.git/blob - icc_examin-paths.patch
- new
[packages/icc_examin.git] / icc_examin-paths.patch
1 --- icc_examin-0.54/icc_gl.cpp.orig     2013-03-31 18:11:39.612986049 +0200
2 +++ icc_examin-0.54/icc_gl.cpp  2013-03-31 18:16:23.989646789 +0200
3 @@ -871,7 +871,7 @@
4    if(font) delete font;
5    if(ortho_font) delete ortho_font;
6  
7 -  const char* font_name = "/usr/share/fonts/dejavu/DejaVuSans.ttf";
8 +  const char* font_name = "/usr/share/fonts/TTF/DejaVuSans.ttf";
9  
10  # ifdef HAVE_FONTCONFIG
11    FcResult r = FcResultMatch;
12 @@ -915,7 +915,7 @@
13  # endif
14    if(!holeDateiModifikationsZeit(font_name)) {
15      DBG_PROG_S( _("Could not open font in:") << font_name )
16 -    font_name = "/usr/share/fonts/truetype/DejaVuSans.ttf";
17 +    font_name = "/usr/share/fonts/TTF/DejaVuSans.ttf";
18      if(!holeDateiModifikationsZeit(font_name)) {
19        DBG_PROG_S( _("Could not open font in:") << font_name )
20  #ifdef  WIN32
This page took 0.078849 seconds and 3 git commands to generate.