summaryrefslogtreecommitdiff
path: root/ui/gtk/edit_packet_comment_dlg.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-28 06:05:32 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-28 06:05:32 +0000
commitb3ef8443abc473ef74ffe14e5c4b90eb164db492 (patch)
tree0561a2c7c45e7c378114ae6af4ab40b4c298b659 /ui/gtk/edit_packet_comment_dlg.c
parent9aa9246324c0b53236e09ef026aa8d1e08a64f5c (diff)
downloadwireshark-b3ef8443abc473ef74ffe14e5c4b90eb164db492.tar.gz
Packet comments are working
svn path=/trunk/; revision=41218
Diffstat (limited to 'ui/gtk/edit_packet_comment_dlg.c')
-rw-r--r--ui/gtk/edit_packet_comment_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/edit_packet_comment_dlg.c b/ui/gtk/edit_packet_comment_dlg.c
index 8a5df86340..1ae7954e33 100644
--- a/ui/gtk/edit_packet_comment_dlg.c
+++ b/ui/gtk/edit_packet_comment_dlg.c
@@ -92,7 +92,7 @@ edit_packet_comment_dlg (GtkAction *action _U_, gpointer data _U_)
gchar *opt_comment;
const gchar *buf_str;
- edit_or_add_pkt_comment_dlg = dlg_window_new ("Edit or Add Packet Comments(Not working yet)");
+ edit_or_add_pkt_comment_dlg = dlg_window_new ("Edit or Add Packet Comments");
gtk_widget_set_size_request (edit_or_add_pkt_comment_dlg, 400, 80);
gtk_window_set_resizable (GTK_WINDOW (edit_or_add_pkt_comment_dlg), TRUE);
gtk_container_set_border_width (GTK_CONTAINER (edit_or_add_pkt_comment_dlg), 0);