aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-03 18:35:34 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-03 18:35:34 +0000
commit742b22dd43ee3a53231637c60f30ce9f7ca90e98 (patch)
treeb4ef450a7daf473bab6a0148a9ce64c6ca9325a3 /ui/gtk/CMakeLists.txt
parent3ae9cc81c4635df28736a86ee6e5d974ea0d426e (diff)
Move routines that handle the main window title bar out of
ui/gtk/gui_utils.c into ui/gtk/main_titlebar.c, and the declaration of one of them out of ui/ui_util.h into ui/gtk/main_titlebar.h, and rename them to clarify that they work on the window name and titlebar. svn path=/trunk/; revision=43041
Diffstat (limited to 'ui/gtk/CMakeLists.txt')
-rw-r--r--ui/gtk/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/CMakeLists.txt b/ui/gtk/CMakeLists.txt
index e7c58676eb..3887812add 100644
--- a/ui/gtk/CMakeLists.txt
+++ b/ui/gtk/CMakeLists.txt
@@ -76,6 +76,7 @@ set(WIRESHARK_GTK_SRC
main_menubar.c
main_proto_draw.c
main_statusbar.c
+ main_titlebar.c
main_toolbar.c
main_welcome.c
manual_addr_resolv.c