diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-05-22 04:25:57 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-05-22 04:25:57 +0000 |
commit | ade058df51e1a2f33fe6774ad81b62313ca6ecfe (patch) | |
tree | 577e21abf89718b277ef7a78af3b1c9f67f9fb7a /gtk/help_dlg.c | |
parent | 88d2d10fb48176a61c881e4b643a0293f4621bd3 (diff) | |
download | wireshark-ade058df51e1a2f33fe6774ad81b62313ca6ecfe.tar.gz wireshark-ade058df51e1a2f33fe6774ad81b62313ca6ecfe.tar.bz2 wireshark-ade058df51e1a2f33fe6774ad81b62313ca6ecfe.zip |
Declare "text_page_new()" in a "gtk/text_page.h" header, rather than
embedding a declaration in "gtk/about_dlg.c".
Do the Authors page in the About dialog on UN*X as well as on Windows.
svn path=/trunk/; revision=10951
Diffstat (limited to 'gtk/help_dlg.c')
-rw-r--r-- | gtk/help_dlg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c index b25bad1139..64764c17ea 100644 --- a/gtk/help_dlg.c +++ b/gtk/help_dlg.c @@ -1,6 +1,6 @@ /* help_dlg.c * - * $Id: help_dlg.c,v 1.50 2004/05/21 08:55:07 ulfl Exp $ + * $Id: help_dlg.c,v 1.51 2004/05/22 04:25:57 guy Exp $ * * Laurent Deniel <laurent.deniel@free.fr> * @@ -34,6 +34,7 @@ #include "epan/filesystem.h" #include "help_dlg.h" +#include "text_page.h" #include "prefs.h" #include "gtkglobals.h" #include "ui_util.h" |