Add info to the "Enable OID resolution" tooltip that if 'True' then the 'SMI paths' and the 'SMI modules' preferences will be shown;

Fix a comment. 

svn path=/trunk/; revision=33219
This commit is contained in:
Bill Meier 2010-06-13 20:27:21 +00:00
parent 7f5b0ede0d
commit 3493bad7e8
1 changed files with 3 additions and 2 deletions

View File

@ -166,11 +166,12 @@ nameres_prefs_show(void)
"Support for this feature was not compiled into this version of Wireshark");
#endif /* HAVE_C_ARES || HAVE_GNU_ADNS */
#ifdef HAVE_LIBSMI
/* Suppress smi errors */
/* Enable OID resolution */
table_row++;
load_smi_modules_cb = create_preference_check_button(main_tb, table_row,
"Enable OID resolution:", "You must restart Wireshark for this change to"
" take effect.", prefs.load_smi_modules);
" take effect. [If True the 'SMI paths' and 'SMI modules' preferences will be shown].",
prefs.load_smi_modules);
g_object_set_data(G_OBJECT(main_vb), LOAD_SMI_MODULES_KEY, load_smi_modules_cb);
/* Suppress smi errors */