aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/doxygen.cfg.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 19:12:15 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 19:12:15 +0000
commiteb71f7fb96f883b748536eecde9f6f49eedbcfee (patch)
treee686fde4e5609ee0ed12778fccbded159b386785 /gtk/doxygen.cfg.in
parent2fd928645b5aa69feb967d00f8604b98ed0dc237 (diff)
Rename the main executable to "wireshark", along with more conversions:
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
Diffstat (limited to 'gtk/doxygen.cfg.in')
-rw-r--r--gtk/doxygen.cfg.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/doxygen.cfg.in b/gtk/doxygen.cfg.in
index 20a96d6a92..05b425271a 100644
--- a/gtk/doxygen.cfg.in
+++ b/gtk/doxygen.cfg.in
@@ -1,7 +1,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = Ethereal-GTK
+PROJECT_NAME = Wireshark-GTK
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -60,6 +60,6 @@ EXCLUDE_PATTERNS =
# can add a path in front of the file if the result should not be
# written to the html output directory.
-CHM_FILE = ethereal-gtk.chm
+CHM_FILE = wireshark-gtk.chm
@INCLUDE = ../doxygen_global.cfg