aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-06 16:23:05 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-06 16:23:05 +0000
commitfbd81243879b601cf2aedf6d0816eeb15c72a5f8 (patch)
treed19f9b470fd9482678dd468c6c13a967b6e98182 /gtk
parent6634af30221e820b0d28a11dc55e7dbfb97398f5 (diff)
remove GTK1 related stuff from the file header comment
svn path=/trunk/; revision=24801
Diffstat (limited to 'gtk')
-rw-r--r--gtk/toolbar.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/gtk/toolbar.c b/gtk/toolbar.c
index 1819f706a5..305caa13f7 100644
--- a/gtk/toolbar.c
+++ b/gtk/toolbar.c
@@ -24,17 +24,7 @@
*/
/*
- * This file implements a "main" toolbar for Wireshark (suitable for gtk1 and
- * gtk2).
- *
- * As it is desirable to have the same toolbar implementation for gtk1 and gtk2
- * in Wireshark, only those library calls available in the gtk1 libraries
- * are used inside this file.
- *
- * Hint: gtk2 in comparison to gtk1 has a better way to handle with "common"
- * icons; gtk2 calls this kind of icons "stock-icons"
- * (stock-icons including: icons for "open", "save", "print", ...).
- * The gtk2 version of this code uses them.
+ * This file implements the "main" toolbar for Wireshark.
*/
#ifdef HAVE_CONFIG_H