aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.cpp
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-15 21:59:11 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-15 21:59:11 +0000
commitc0faf6289a650f27c2f0820902f5142ae28b4422 (patch)
tree62ed0b552191eb0753d26a3edcbab73459a15f7f /ui/qt/main_window.cpp
parentd6447e600b8a032fda8a211c22824232209c849c (diff)
Move gtk to ui/gtk.
This looses the last checkin to gtk, will add this manually back. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40518 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ui/qt/main_window.cpp')
-rw-r--r--ui/qt/main_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp
index db15c0a65e..56cfa832ea 100644
--- a/ui/qt/main_window.cpp
+++ b/ui/qt/main_window.cpp
@@ -250,7 +250,7 @@ void MainWindow::recentActionTriggered() {
}
}
-// XXX - Copied from gtk/menus.c
+// XXX - Copied from ui/gtk/menus.c
/**
* Add the capture filename (with an absolute path) to the "Recent Files" menu.