aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_dlg.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-28 17:19:08 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-28 17:19:08 +0000
commit397150923ff1ba7bdb8dafbe5f26397d00b08cb8 (patch)
tree0e8ff097e52b1898c1009e580c0ec2d2c63c526e /gtk/print_dlg.c
parent44c0a87212600a52b57c97bbec2653a32d1db2d5 (diff)
Ethereal->Wireshark
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18232 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/print_dlg.c')
-rw-r--r--gtk/print_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/print_dlg.c b/gtk/print_dlg.c
index 0638b99467..da191c919f 100644
--- a/gtk/print_dlg.c
+++ b/gtk/print_dlg.c
@@ -568,7 +568,7 @@ open_print_dialog(const char *title, output_action_e action, print_args_t *args)
gtk_widget_grab_focus(file_te);
/* "Browse" button */
- file_bt = BUTTON_NEW_FROM_STOCK(ETHEREAL_STOCK_BROWSE);
+ file_bt = BUTTON_NEW_FROM_STOCK(WIRESHARK_STOCK_BROWSE);
OBJECT_SET_DATA(dest_cb, PRINT_FILE_BT_KEY, file_bt);
OBJECT_SET_DATA(file_bt, PRINT_TE_PTR_KEY, file_te);
gtk_tooltips_set_tip (tooltips, file_bt, "Browse output filename in filesystem", NULL);
@@ -898,7 +898,7 @@ print_ok_cb(GtkWidget *ok_bt, gpointer parent_w)
/* then delete this file again. After this, the name MUST be available. */
/* */
/* Don't use tmpnam() or such, as this will fail under some ACL */
- /* circumstances: http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=358 */
+ /* circumstances: http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=358 */
tmp_fd = create_tempfile(tmp_namebuf, sizeof(tmp_namebuf), "ethprint");
if(tmp_fd == -1) {