aboutsummaryrefslogtreecommitdiffstats
path: root/epan/timestamp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-01-15 21:59:11 +0000
committerJörg Mayer <jmayer@loplof.de>2012-01-15 21:59:11 +0000
commitbe706c63801fb98d42fb743b27b16cc36273651e (patch)
tree62ed0b552191eb0753d26a3edcbab73459a15f7f /epan/timestamp.c
parent6d69ef093cd6868ab51f8b52477a510172033353 (diff)
Move gtk to ui/gtk.
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518
Diffstat (limited to 'epan/timestamp.c')
-rw-r--r--epan/timestamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/timestamp.c b/epan/timestamp.c
index 494e6df863..35a4e25ca4 100644
--- a/epan/timestamp.c
+++ b/epan/timestamp.c
@@ -28,7 +28,7 @@
#include "timestamp.h"
-/* Init with an invalid value, so that "recent" in gtk/menu.c can detect this
+/* Init with an invalid value, so that "recent" in ui/gtk/menu.c can detect this
* and distinguish it from a command line value */
static ts_type timestamp_type = TS_NOT_SET;