summaryrefslogtreecommitdiff
path: root/net/licq-devel/files/patch-ab
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-05-02 20:21:41 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-05-02 20:21:41 +0000
commita89d8b834bc848162203cc8de564ef5a1aaeb4a6 (patch)
tree09bcbdf40f8268883b4ba6f1259c1f97bd5f26e5 /net/licq-devel/files/patch-ab
parentadd support for MOTIFLIB (diff)
Update licq to version 0.61
PR: 11453 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18323
Diffstat (limited to 'net/licq-devel/files/patch-ab')
-rw-r--r--net/licq-devel/files/patch-ab33
1 files changed, 22 insertions, 11 deletions
diff --git a/net/licq-devel/files/patch-ab b/net/licq-devel/files/patch-ab
index 3c941d751f53..27aee2a8cbe9 100644
--- a/net/licq-devel/files/patch-ab
+++ b/net/licq-devel/files/patch-ab
@@ -1,11 +1,22 @@
---- src/adduserdlg.cpp Fri Oct 30 14:29:03 1998
-+++ src/adduserdlg.cpp Fri Oct 30 19:23:23 1998
-@@ -13,7 +13,7 @@
- edtUin->setGeometry(100, 15, 120, 20);
- edtUin->setValidator(new QIntValidator(0, 2147483647, edtUin));
- chkAlert = new QCheckBox("Alert User", this);
-- chkAlert->setStyle(WindowsStyle);
-+ chkAlert->setStyle(MotifStyle);
- chkAlert->setGeometry(10, 50, 80, 20);
- chkAlert->setEnabled(false); //for now
- btnOk = new QPushButton("Ok", this);
+--- acconfig.h.old Wed Mar 10 10:05:47 1999
++++ acconfig.h Wed Mar 10 10:06:26 1999
+@@ -14,7 +14,7 @@
+
+ /* Change this to MotifStyle if you want the old-school Motif
+ widget look. */
+-#define STYLE WindowsStyle
++#define STYLE MotifStyle
+
+ /* The name of the package we're compiling */
+ #undef PACKAGE
+--- config.h.in.old Wed Mar 10 10:05:53 1999
++++ config.h.in Wed Mar 10 10:06:17 1999
+@@ -15,7 +15,7 @@
+
+ /* Change this to MotifStyle if you want the old-school Motif
+ widget look. */
+-#define STYLE WindowsStyle
++#define STYLE MotifStyle
+
+ /* The name of the package we're compiling */
+ #undef PACKAGE