aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/about_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/about_dlg.c')
-rw-r--r--ui/gtk/about_dlg.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/ui/gtk/about_dlg.c b/ui/gtk/about_dlg.c
index 5568f602ff..cf2fb93589 100644
--- a/ui/gtk/about_dlg.c
+++ b/ui/gtk/about_dlg.c
@@ -242,9 +242,6 @@ splash_update(register_action_e action, const char *message, gpointer client_dat
case RA_INTERFACES:
action_msg = "Finding local interfaces ...";
break;
- case RA_CONFIGURATION:
- action_msg = "Loading configuration files ...";
- break;
default:
action_msg = "(Unknown action)";
break;
@@ -254,10 +251,10 @@ splash_update(register_action_e action, const char *message, gpointer client_dat
}
if(ul_count == 0) { /* get the count of dissectors */
- ul_count = register_count() + 7; /* additional 7 for:
+ ul_count = register_count() + 6; /* additional 7 for:
dissectors, listeners,
registering plugins, handingoff plugins,
- preferences, interfaces and configuration */
+ preferences, and interfaces */
#ifdef HAVE_LUA
ul_count += wslua_count_plugins (); /* get count of lua plugins */
#endif