aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-08-07 14:37:37 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-08-07 14:37:37 +0000
commitc9a7fade6a619c09302d893228af1a4bbd9f7acf (patch)
tree78b89848e3e1757434cd0d64bb691e2e3dac17d6 /ui_util.h
parent166ffa49aaae5d00d7511ae71c07b918e5c3023a (diff)
From Cal Turney:
Optionally display Wireshark version in the main window's title bar. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5040 svn path=/trunk/; revision=33729
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_util.h b/ui_util.h
index 4481505538..ef85561643 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -43,7 +43,7 @@ extern "C" {
void set_main_window_name(const gchar *);
/* Update the name of the main window if the user-specified decoration
changed. */
-void update_main_window_name(void);
+void update_main_window_title(void);
/* update the main window */
extern void main_window_update(void);
/* exit the main window */