summaryrefslogtreecommitdiff
path: root/gtk/keys.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-06 07:33:35 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-06 07:33:35 +0000
commitc4a7eb6457637cebb0ce4d9801102e1a71e4f43f (patch)
tree089cffea69924399b0a14a8dd9b86be8856f5cb1 /gtk/keys.h
parent4d638e504512e37956e0a97c3bf62ff84f7c60f2 (diff)
downloadwireshark-c4a7eb6457637cebb0ce4d9801102e1a71e4f43f.tar.gz
Printing multiple pages of PostScript wasn't as tricky as I thought; add
support for printing in PostScript to the "Print..." dialog box. svn path=/trunk/; revision=1426
Diffstat (limited to 'gtk/keys.h')
-rw-r--r--gtk/keys.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/keys.h b/gtk/keys.h
index 53e7d60996..b64ec08511 100644
--- a/gtk/keys.h
+++ b/gtk/keys.h
@@ -1,7 +1,7 @@
/* keys.h
* Key definitions for various objects
*
- * $Id: keys.h,v 1.8 1999/12/09 20:41:41 oabad Exp $
+ * $Id: keys.h,v 1.9 2000/01/06 07:33:33 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -37,7 +37,6 @@
#define PRINT_CMD_TE_KEY "printer_command_entry"
#define PRINT_FILE_BT_KEY "printer_file_button"
#define PRINT_FILE_TE_KEY "printer_file_entry"
-#define PRINT_DEST_RB_KEY "printer_destination_radio_button"
#define PLUGINS_DFILTER_TE "plugins_dfilter_te"