projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c812993
)
(init_fontconfig): add operator pacification
author
hanwen
<hanwen>
Wed, 6 Apr 2005 11:35:54 +0000
(11:35 +0000)
committer
hanwen
<hanwen>
Wed, 6 Apr 2005 11:35:54 +0000
(11:35 +0000)
message.
lily/font-config.cc
patch
|
blob
|
history
diff --git
a/lily/font-config.cc
b/lily/font-config.cc
index cc116caefa1722149fae629a9e890ad4c22e63e5..531a76df7643d65738f82f870494f5d53b69cb40 100644
(file)
--- a/
lily/font-config.cc
+++ b/
lily/font-config.cc
@@
-20,7
+20,7
@@
void
init_fontconfig ()
{
if (be_verbose_global)
- progress (_("Initializing FontConfig ..."));
+ progress
_indication
(_("Initializing FontConfig ..."));
if (!FcInit ())
error (_ ("FontConfig failed to initialize"));
@@
-41,7
+41,7
@@
init_fontconfig ()
}
if (be_verbose_global)
- progress ("\n");
+ progress
_indication
("\n");
}
#else