aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-07-17 20:52:16 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-07-17 20:52:16 +0000
commitb4ec6ba914177686d40fd5d44b1bf60cc1d7eefa (patch)
treeb8a76034f32fbd9466d352ba8ffee6071eaa6526 /ui
parent574f57d5ba0694e7cdcf39ff831fd9e4b563c668 (diff)
Fix comments, from r43729 we don't load bold font.
svn path=/trunk/; revision=43773
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/font_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/font_utils.c b/ui/gtk/font_utils.c
index e6d5a16dc8..1c2265b925 100644
--- a/ui/gtk/font_utils.c
+++ b/ui/gtk/font_utils.c
@@ -229,7 +229,7 @@ user_font_apply(void) {
return FA_FONT_NOT_RESIZEABLE;
}
- /* load normal and bold font */
+ /* load normal font */
new_r_font = pango_font_description_from_string(gui_font_name);
if (new_r_font == NULL) {
g_free(gui_font_name);
@@ -360,7 +360,7 @@ void font_init(void)
try_to_get_windows_font_gtk2();
#endif
- /* Try to load the regular and boldface fixed-width fonts */
+ /* Try to load the regular fixed-width font */
m_r_font = pango_font_description_from_string(prefs.gui_font_name);
if (m_r_font == NULL) {
/* XXX - pop this up as a dialog box? no */