aboutsummaryrefslogtreecommitdiff
path: root/print/gv/files/patch-src_dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/gv/files/patch-src_dialog.c')
-rw-r--r--print/gv/files/patch-src_dialog.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/print/gv/files/patch-src_dialog.c b/print/gv/files/patch-src_dialog.c
deleted file mode 100644
index a7fb24c058bc..000000000000
--- a/print/gv/files/patch-src_dialog.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/dialog.c.orig 2010-08-05 22:59:56.000000000 -0400
-+++ src/dialog.c 2010-08-05 23:02:34.000000000 -0400
-@@ -292,9 +292,9 @@
- if (!s) {INFMESSAGE(no text) ENDMESSAGE(DialogPopupSetText) return;}
- if (!dialogPopupCreated) makeDialogPopup();
- response = XtNameToWidget(DIALOG_POPUP, "*dialog_text");
-+ n=0;
- #ifdef HAVE_XAW3D_INTERNATIONAL
- vw = (VlistWidget)response;
-- n=0;
- if( vw->simple.international == True ) {
- XtSetArg(args[n], XtNfontSet, &fontset); n++;
- } else {