move font related stuff to new file font_utils.c/.h
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 17 Jun 2004 16:44:46 +0000 (16:44 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 17 Jun 2004 16:44:46 +0000 (16:44 +0000)
do some font related renaming/code cleanup

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11167 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/gui_prefs.c

index dce7e0b19b33a8e25a29c7ca27e5c9ed7e22c89a..7d13efcf64deb05fd2d4c61913f7443715d32d93 100644 (file)
@@ -1,7 +1,7 @@
 /* gui_prefs.c
  * Dialog box for GUI preferences
  *
- * $Id: gui_prefs.c,v 1.72 2004/06/17 16:35:24 ulfl Exp $
+ * $Id: gui_prefs.c,v 1.73 2004/06/17 16:44:46 ulfl Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
 #include "dlg_utils.h"
 #include "proto_draw.h"
 #include "main.h"
-#include "packet_list.h"
 #include "compat_macros.h"
+#include "font_utils.h"
+#include "packet_list.h"
 #include "toolbar.h"
 #include "recent.h"
-#include "font_utils.h"
 
 static gint fetch_enum_value(gpointer control, const enum_val_t *enumvals);
 static gint fileopen_dir_changed_cb(GtkWidget *myentry _U_, GdkEvent *event, gpointer parent_w);