diff options
Diffstat (limited to 'epan/prefs.c')
-rw-r--r-- | epan/prefs.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/prefs.c b/epan/prefs.c index 0d3f0532..d1e4680e 100644 --- a/epan/prefs.c +++ b/epan/prefs.c @@ -3314,13 +3314,13 @@ prefs_register_modules(void) prefs_register_uint_preference(gui_module, "debounce.timer", "How long to wait before processing computationally intensive user input", - "How long to wait (in milliseconds) before processing\ - computationally intensive user input.\ - If you type quickly, consider lowering the value for a 'snappier'\ - experience.\ - If you type slowly, consider increasing the value to avoid performance issues.\ - This is currently used to delay searches in View -> Internals -> Supported Protocols\ - and Preferences -> Advanced menu.", + "How long to wait (in milliseconds) before processing " + "computationally intensive user input. " + "If you type quickly, consider lowering the value for a 'snappier' " + "experience. " + "If you type slowly, consider increasing the value to avoid performance issues. " + "This is currently used to delay searches in View -> Internals -> Supported Protocols " + "and Preferences -> Advanced menu.", 10, &prefs.gui_debounce_timer); |