summaryrefslogtreecommitdiff
path: root/net/wireshark/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /net/wireshark/files
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'net/wireshark/files')
-rw-r--r--net/wireshark/files/patch-aa25
-rw-r--r--net/wireshark/files/patch-ab13
2 files changed, 0 insertions, 38 deletions
diff --git a/net/wireshark/files/patch-aa b/net/wireshark/files/patch-aa
deleted file mode 100644
index 9fc3924a3c78..000000000000
--- a/net/wireshark/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
---- gtk/main.c.orig Wed Apr 5 10:17:53 2000
-+++ gtk/main.c Sat Apr 22 20:33:00 2000
-@@ -1161,6 +1161,7 @@
-
- /* Let GTK get its args */
- gtk_init (&argc, &argv);
-+ gtk_set_locale ();
-
- prefs = read_prefs(&pf_path);
- if (pf_path != NULL) {
-@@ -1440,12 +1441,12 @@
- sprintf(rc_file, "%s/%s", get_home_dir(), RC_FILE);
- gtk_rc_parse(rc_file);
-
-- if ((m_r_font = gdk_font_load(medium_font)) == NULL) {
-+ if ((m_r_font = gdk_fontset_load(medium_font)) == NULL) {
- fprintf(stderr, "ethereal: Error font %s not found (use -m option)\n", medium_font);
- exit(1);
- }
-
-- if ((m_b_font = gdk_font_load(bold_font)) == NULL) {
-+ if ((m_b_font = gdk_fontset_load(bold_font)) == NULL) {
- fprintf(stderr, "ethereal: Error font %s not found (use -b option)\n", bold_font);
- exit(1);
- }
diff --git a/net/wireshark/files/patch-ab b/net/wireshark/files/patch-ab
deleted file mode 100644
index a92c130ac9cf..000000000000
--- a/net/wireshark/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- gtk/main.h.orig Sat Apr 22 20:17:29 2000
-+++ gtk/main.h Sat Apr 22 20:17:42 2000
-@@ -38,8 +38,8 @@
- #define MONO_MEDIUM_FONT "-*-lucida console-medium-*-*-*-*-100-*-*-*-*-*-*"
- #define MONO_BOLD_FONT "-*-lucida console-bold-*-*-*-*-100-*-*-*-*-*-*"
- #else
--#define MONO_MEDIUM_FONT "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1"
--#define MONO_BOLD_FONT "-*-lucidatypewriter-bold-r-normal-*-*-120-*-*-*-*-iso8859-1"
-+#define MONO_MEDIUM_FONT "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1,*"
-+#define MONO_BOLD_FONT "-*-lucidatypewriter-bold-r-normal-*-*-120-*-*-*-*-iso8859-1,*"
- #endif
- #define RC_FILE PF_DIR "/gtkrc"
- #define DEF_WIDTH 750