File akregator-firefox.diff of Package kdepim3
--- akregator/src/akregator.kcfg
+++ akregator/src/akregator.kcfg 2005/03/14 10:05:05
@@ -154,7 +154,7 @@
</entry>
<entry key="External Browser Custom Command" type="String" >
<whatsthis>Command to launch external browser. URL will substitute for %u.</whatsthis>
- <default>mozilla -remote 'openURL(%u,new-tab)'</default>
+ <default>firefox -remote 'openURL(%u,new-tab)'</default>
</entry>
<entry key="Background Tab For Articles" type="Bool" >
<label>Open new articles in background tabs</label>
--- akregator/src/settings_browser.ui
+++ akregator/src/settings_browser.ui 2005/03/14 10:04:59
@@ -178,7 +178,7 @@
<bool>false</bool>
</property>
<property name="text">
- <string>mozilla -remote 'openURL(%u,new-tab)'</string>
+ <string>firefox -remote 'openURL(%u,new-tab)'</string>
</property>
</widget>
</grid>