diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2005-04-14 16:34:47 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2005-04-14 16:34:47 +0000 |
commit | 7ee9b528d78be93056ff9e955574e663cf04ad5e (patch) | |
tree | 779a1eff1a6d1469c4b12d53896fb27b492fe3a3 /HTML | |
parent | 7b0ec522b2c415cd95e447aa3e3cc90490e0ba89 (diff) | |
download | indexhtml-7ee9b528d78be93056ff9e955574e663cf04ad5e.tar indexhtml-7ee9b528d78be93056ff9e955574e663cf04ad5e.tar.gz indexhtml-7ee9b528d78be93056ff9e955574e663cf04ad5e.tar.bz2 indexhtml-7ee9b528d78be93056ff9e955574e663cf04ad5e.tar.xz indexhtml-7ee9b528d78be93056ff9e955574e663cf04ad5e.zip |
fixed konqueror image and testonline.html loading (konqueror requires
uris to start with "file://")
Diffstat (limited to 'HTML')
-rw-r--r-- | HTML/placeholder.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/HTML/placeholder.h b/HTML/placeholder.h index b15b6dd..3625194 100644 --- a/HTML/placeholder.h +++ b/HTML/placeholder.h @@ -24,33 +24,33 @@ char *placeholder[] = { /* */ "Mandriva.com", "http://www.mandriva.com/", - "../../mdk/indexhtml/mdksoft.png", + "file:///usr/share/mdk/indexhtml/mdksoft.png", /* placeholer is mandriva.com URL */ i18n("The mandriva.com website provides all the details for keeping in touch with the publisher of the Linux system with the most features and best usability."), //i18n("The %s website lets you keep in touch with the publisher of your favorite Linux distribution. It's also a great location for discovering new products and services."), /* */ i18n("Mandriva Online"), "http://www.mandrivaonline.com/", - "../../mdk/indexhtml/mdkonline.png", + "file:///usr/share/mdk/indexhtml/mdkonline.png", i18n("Mandriva Online is the latest service provided by Mandriva. It allows you to keep your computer up-to-date through a centralized and automated service."), /* */ i18n("Mandriva Linux"), "http://www.mandrivalinux.com/", - "../../mdk/indexhtml/mdklinux.png", + "file:///usr/share/mdk/indexhtml/mdklinux.png", i18n("Mandrivalinux.com is the website dedicated to the Linux community and open source Linux projects."), /* */ i18n("Mandriva Club"), "http://www.mandrivaclub.com/", - "../../mdk/indexhtml/mdkclub.png", + "file:///usr/share/mdk/indexhtml/mdkclub.png", i18n("Mandriva Club is the website dedicated to Mandriva Linux users. Signing up for membership brings you exclusive benefits: exclusive access to forums, RPMs and products download, discounts on Mandriva Linux products and much more!"), /* */ i18n("Mandriva Store"), "http://www.mandrivastore.com/", - "../../mdk/indexhtml/mdkstore.png", + "file:///usr/share/mdk/indexhtml/mdkstore.png", i18n("Mandriva Store is the Mandriva's online store. Thanks to its new look-and-feel the purchase of products, services or third-party solutions has never been so easy!"), /* */ "Mandriva Expert", "http://www.mandrivaexpert.com/", - "../../mdk/indexhtml/mdkexpert.png", + "file:///usr/share/mdk/indexhtml/mdkexpert.png", i18n("Mandriva Expert is the primary destination for receiving assistance from Mandriva's support team."), }; |