File kitchensync-opensuse.diff of Package kdepim3
Index: kitchensync/src/aboutpage.cpp
================================================================================
--- kitchensync/src/aboutpage.cpp
+++ kitchensync/src/aboutpage.cpp
@@ -98,7 +98,8 @@
int iconSize = iconloader->currentSize( KIcon::Desktop );
QString handbook_icon_path = iconloader->iconPath( "contents2", KIcon::Desktop );
- QString html_icon_path = iconloader->iconPath( "html", KIcon::Desktop );
+// QString html_icon_path = iconloader->iconPath( "html", KIcon::Desktop );
+ QString html_icon_path = iconloader->iconPath( "suse", KIcon::Desktop );
QString wizard_icon_path = iconloader->iconPath( "wizard", KIcon::Desktop );
QString info = i18n( "<h2 style='text-align:center; margin-top: 0px;'>Welcome to KitchenSync %1</h2>"
@@ -108,24 +109,15 @@
"<td><a href=\"%1\">%1</a><br><span id=\"subtext\"><nobr>%1</td></tr>"
"<tr><td><a href=\"%1\"><img width=\"%1\" height=\"%1\" src=\"%1\" /></a></td>"
"<td><a href=\"%1\">%1</a><br><span id=\"subtext\"><nobr>%1</td></tr>"
- "<tr><td><a href=\"%1\"><img width=\"%1\" height=\"%1\" src=\"%1\" /></a></td>"
- "<td><a href=\"%1\">%1</a><br><span id=\"subtext\"><nobr>%1</td></tr>"
"</table>" )
.arg( kapp->aboutData()->version() )
- .arg( i18n( "KitchenSync synchronizes your e-mail, addressbook, calendar, to-do list and more." ) )
- .arg( "help:/kitchensync" )
- .arg( iconSize )
- .arg( iconSize )
- .arg( handbook_icon_path )
- .arg( "help:/kitchensync" )
- .arg( i18n( "Read Manual" ) )
- .arg( i18n( "Learn more about KitchenSync and its components" ) )
- .arg( "http://pim.kde.org" )
+ .arg( i18n( "KitchenSync synchronizes your addressbook, calendar, to-do list and more." ) )
+ .arg( "http://en.opensuse.org/OpenSync" )
.arg( iconSize )
.arg( iconSize )
.arg( html_icon_path )
- .arg( "http://pim.kde.org" )
- .arg( i18n( "Visit KitchenSync Website" ) )
+ .arg( "http://en.opensuse.org/OpenSync" )
+ .arg( i18n( "Visit OpenSync Wiki on openSUSE" ) )
.arg( i18n( "Access online resources and tutorials" ) )
.arg( "exec:/addGroup" )
.arg( iconSize )