[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice-devel
Subject:    Bug fix patch for KPresenter (#25769)
From:       Toshitaka Fujioka <toshitaka () kde ! gr ! jp>
Date:       2001-05-27 15:45:17
[Download RAW message or body]

Hello,

This patch fixes bug number #25769.
Contents of bug report:
"page background": "vertical background gradient" produces horizontal gradient
... and the other way around!

Please review.

BTW, kwin seems to include the same bugs.
-- 
Toshitaka Fujioka
http://www.kde.org                The K Desktop Environment Project
                                                    fujioka@kde.org
http://www.kde.gr.jp               Japan KDE User's Group
                                                    toshitaka@kde.gr.jp

-- We offer the best Desktop Environment to you.  (This is my goal. ;-)) --     


["koffice-kpresenter-PageBackground-bugfix-2001527.diff" (text/plain)]

--- koffice.orig/kpresenter/backdia.cc	Sun May 27 20:48:14 2001
+++ koffice/kpresenter/backdia.cc	Sun May 27 23:41:28 2001
@@ -126,8 +126,8 @@
 
     cType = new QComboBox( false, colorTab );
     cType->insertItem( i18n( "Plain" ) );
-    cType->insertItem( i18n( "Vertical Gradient" ) );
     cType->insertItem( i18n( "Horizontal Gradient" ) );
+    cType->insertItem( i18n( "Vertical Gradient" ) );
     cType->insertItem( i18n( "Diagonal Gradient 1" ) );
     cType->insertItem( i18n( "Diagonal Gradient 2" ) );
     cType->insertItem( i18n( "Circle Gradient" ) );

_______________________________________________
Koffice-devel mailing list
Koffice-devel@master.kde.org
http://master.kde.org/mailman/listinfo/koffice-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic