aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 13:10:32 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 13:10:32 +0000
commitb76bd1f4eb0ef2f5df76f45c245159b1af625e25 (patch)
treeb5f9d25779511ff3921ba78e898d7d13f5e94102 /gtk/prefs_dlg.c
parent469816b3726d87d8156a6ab5cca924d00da6405c (diff)
change all preferences related filenames from xy_prefs to prefs_xy
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24975 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/prefs_dlg.c')
-rw-r--r--gtk/prefs_dlg.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk/prefs_dlg.c b/gtk/prefs_dlg.c
index 95c7d72b56..17b676e261 100644
--- a/gtk/prefs_dlg.c
+++ b/gtk/prefs_dlg.c
@@ -41,15 +41,15 @@
#include "../simple_dialog.h"
#include "gtk/main.h"
-#include "gtk/column_prefs.h"
+#include "gtk/prefs_column.h"
#include "gtk/prefs_dlg.h"
-#include "gtk/print_prefs.h"
-#include "gtk/stream_prefs.h"
-#include "gtk/gui_prefs.h"
-#include "gtk/layout_prefs.h"
-#include "gtk/capture_prefs.h"
-#include "gtk/nameres_prefs.h"
-#include "gtk/rtp_player_prefs.h"
+#include "gtk/prefs_print.h"
+#include "gtk/prefs_stream.h"
+#include "gtk/prefs_gui.h"
+#include "gtk/prefs_layout.h"
+#include "gtk/prefs_capture.h"
+#include "gtk/prefs_nameres.h"
+#include "gtk/prefs_rtp_player.h"
#include "gtk/gui_utils.h"
#include "gtk/dlg_utils.h"
#include "gtk/stock_icons.h"