Remove redundant (repeated) "PortAudio" from "About Wireshark" screen.

svn path=/trunk/; revision=24372
This commit is contained in:
Bill Meier 2008-02-17 16:26:06 +00:00
parent 9968c7cc96
commit 16032ced67
1 changed files with 1 additions and 1 deletions

View File

@ -2199,7 +2199,7 @@ get_gui_compiled_info(GString *str)
#ifdef PORTAUDIO_API_1
g_string_append(str, "with PortAudio <= V18");
#else /* PORTAUDIO_API_1 */
g_string_append(str, "with PortAudio ");
g_string_append(str, "with ");
g_string_append(str, Pa_GetVersionText());
#endif /* PORTAUDIO_API_1 */
#else /* HAVE_LIBPORTAUDIO */