aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/about_dlg.h
AgeCommit message (Collapse)AuthorFilesLines
2004-09-16first steps towards using the User's Guide as Ethereal's help systemUlf Lamping1-31/+0
svn path=/trunk/; revision=12021
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-04added a splash screen while Ethereal is startedUlf Lamping1-1/+22
svn path=/trunk/; revision=11310
2004-06-22add functionality, to show html files from the local installationUlf Lamping1-17/+21
svn path=/trunk/; revision=11213
2004-06-21Add experimental feature of opening a webbrowser, to show some of theUlf Lamping1-2/+30
webpages from http://www.ethereal.com. This functionality is copied from the Gimp. Win32 will use ShellExecute to use the system registered webbrowser. On unix builds, currently the mozilla browser is hardcoded, we still need a preference setting for this (I will add this later). svn path=/trunk/; revision=11206
2004-06-04add more details for doxygenUlf Lamping1-1/+2
svn path=/trunk/; revision=11110
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-2/+11
svn path=/trunk/; revision=11057
2004-05-21Now that the "About" dialog box's code is in "gtk/about_dlg.c", move theGuy Harris1-0/+30
"create an About dialog" function's declaration to "gtk/about_dlg.h". svn path=/trunk/; revision=10941