summaryrefslogtreecommitdiff
path: root/net/wireshark/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /net/wireshark/files/patch-aa
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes: svn path=/head/; revision=30942 svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'net/wireshark/files/patch-aa')
-rw-r--r--net/wireshark/files/patch-aa25
1 files changed, 0 insertions, 25 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);
- }