diff options
Diffstat (limited to 'src/gui/editors/notation')
-rw-r--r-- | src/gui/editors/notation/FontViewFrame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/FontViewFrame.cpp b/src/gui/editors/notation/FontViewFrame.cpp index 3770441..d07ba40 100644 --- a/src/gui/editors/notation/FontViewFrame.cpp +++ b/src/gui/editors/notation/FontViewFrame.cpp @@ -82,7 +82,7 @@ FontViewFrame::loadFont() static bool haveDir = false; if (!haveDir) { FcConfigAppFontAddDir(FcConfigGetCurrent(), - (const FcChar8 *)"/opt/kde3/share/apps/rosegarden/fonts"); + (const FcChar8 *)"/opt/trinity/share/apps/rosegarden/fonts"); haveDir = true; } |