aboutsummaryrefslogtreecommitdiffstats
path: root/ui/main_statusbar.h
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2012-09-24 19:30:23 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2012-09-24 19:30:23 +0000
commit47cf08409da99bdd1e76f2d16bda82b0d10d68f0 (patch)
treede2133a379c17bebaa96036298a11e6c730fbd6a /ui/main_statusbar.h
parenteea9174bcf75f240b303a593f47121f59e127b02 (diff)
change the capture comment icon in the statusbar from "add" to "edit"
when a comment was added (deletion of a comment is not recognized correctly) svn path=/trunk/; revision=45109
Diffstat (limited to 'ui/main_statusbar.h')
-rw-r--r--ui/main_statusbar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/main_statusbar.h b/ui/main_statusbar.h
index bf86462533..3528a9a675 100644
--- a/ui/main_statusbar.h
+++ b/ui/main_statusbar.h
@@ -32,6 +32,11 @@ void profile_bar_update(void);
void packets_bar_update(void);
void status_expert_update(void);
+/** Update the capture comment icon in the statusbar, depending on the
+ * current capture comment (XXX - it's only available for GTK at the moment)
+ */
+void status_capture_comment_update(void);
+
/** Push a formatted message referring to the currently-selected field
* onto the statusbar.
*