diff options
Diffstat (limited to 'src/dialog.cc')
-rw-r--r-- | src/dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialog.cc b/src/dialog.cc index e19eede0..38854fb3 100644 --- a/src/dialog.cc +++ b/src/dialog.cc @@ -128,7 +128,7 @@ void *a_Dialog_make_text_window(const char *txt, const char *title) //int wh = 600, ww = 650, bh = 30; int wh = prefs.height, ww = prefs.width, bh = 30; int lines, line_num_width; - Font *textfont = font(prefs.fw_fontname, 0); + Font *textfont = font(prefs.font_monospace, 0); Window *window = new Window(ww, wh, title ? title : "Untitled"); window->callback(window_close_cb, window); |