]> git.pld-linux.org Git - packages/MathPlanner.git/commitdiff
- outdated
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 2 Sep 2002 00:14:45 +0000 (00:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MathPlanner-plugin.patch -> 1.3

MathPlanner-plugin.patch [deleted file]

diff --git a/MathPlanner-plugin.patch b/MathPlanner-plugin.patch
deleted file mode 100644 (file)
index 89f72c6..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---- ./src/Base.cpp.org Thu Aug 22 14:06:48 2002
-+++ ./src/Base.cpp     Thu Aug 29 18:57:52 2002
-@@ -19,6 +19,7 @@
- #include <qtextcodec.h>
- #include <qmessagebox.h>
- #include <qapplication.h>
-+#include <qlibrary.h>
- #include <stdlib.h>
-@@ -94,9 +95,9 @@
-    switch (mathwindow->Style()) {
--      case 1: app.setStyle( new QWindowsStyle ); break;
--      case 2: app.setStyle( new QPlatinumStyle ); break;
--      case 3: app.setStyle( new QMotifStyle ); break;
-+         case 1: QLibrary resolve( QWindowsStyle ); break;
-+         case 2: QLibrary resolve(QPlatinumStyle); break;
-+         case 3: QLibrary resolve(QMotifStyle); break;
-    }
This page took 0.033129 seconds and 4 git commands to generate.