From 0a3caf6b320e62c60de16ece2fb4d813b0e5fcd4 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 5 Jul 2004 21:27:49 +0000 Subject: symbol list font --- mixgtk/mixgtk_fontsel.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mixgtk/mixgtk_fontsel.c') diff --git a/mixgtk/mixgtk_fontsel.c b/mixgtk/mixgtk_fontsel.c index 37cc9c8..4a4753f 100644 --- a/mixgtk/mixgtk_fontsel.c +++ b/mixgtk/mixgtk_fontsel.c @@ -1,7 +1,7 @@ /* -*-c-*- -------------- mixgtk_fontsel.c : * Implementation of the functions declared in mixgtk_fontsel.h * ------------------------------------------------------------------ - * $Id: mixgtk_fontsel.c,v 1.17 2004/07/04 22:34:15 jao Exp $ + * $Id: mixgtk_fontsel.c,v 1.18 2004/07/05 21:27:54 jao Exp $ * ------------------------------------------------------------------ * Copyright (C) 2001, 2004 Free Software Foundation, Inc. * @@ -34,7 +34,7 @@ static GtkFontSelectionDialog *fontsel_dialog_ = NULL; static const gchar *keys_[MIX_FONT_NO] = { "MIX.font", "Prompt.font", "Log.font", "MIXAL.font", "Devices.font", - "Default.font" + "Symbols.font", "Default.font" }; @@ -59,7 +59,7 @@ mixgtk_fontsel_set_font (mixgtk_font_t f, GtkWidget *w) font = mixgtk_config_get (keys_[f]); if (!font) { - mixgtk_config_update (keys_[f], "Monospace"); + mixgtk_config_update (keys_[f], "Monospace 10"); font = mixgtk_config_get (keys_[f]); g_assert (font); } @@ -89,7 +89,7 @@ mixgtk_fontsel_query_font (mixgtk_font_t f, GtkWidget **w, size_t no) current = mixgtk_config_get (keys_[f]); gtk_font_selection_dialog_set_font_name (fontsel_dialog_, - current? current : "Monospace"); + current? current : "Monospace 10"); while (result == GTK_RESPONSE_APPLY) { -- cgit v1.2.3