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

List:       kde-commits
Subject:    KDE/kdepimlibs/kcal
From:       Allen Winter <winter () kde ! org>
Date:       2008-02-17 15:11:01
Message-ID: 1203261061.700020.22779.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 776166 by winterz:

fix icon names
"appointment" -> "view-calendar-day"
"todo" -> "view-calendar-tasks"


 M  +2 -2      dndfactory.cpp  


--- trunk/KDE/kdepimlibs/kcal/dndfactory.cpp #776165:776166
@@ -110,9 +110,9 @@
   }
 
   if ( i->type() == "Event" ) {
-    drag->setPixmap( BarIcon( "appointment" ) );
+    drag->setPixmap( BarIcon( "view-calendar-day" ) );
   } else if ( i->type() == "Todo" ) {
-    drag->setPixmap( BarIcon( "todo" ) );
+    drag->setPixmap( BarIcon( "view-calendar-tasks" ) );
   }
 
   return drag;
[prev in list] [next in list] [prev in thread] [next in thread] 

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