summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-03-02 23:30:32 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2013-03-02 23:30:32 -0600
commit975f3a15b414d023169167cc22ab03e659fbed38 (patch)
tree6499f3a6fe15fc2782b7d0940e9c3b3a873481c5
parent0032b853a65c3b109049d8e321e1129643c036e1 (diff)
downloadamarok-975f3a15.tar.gz
amarok-975f3a15.zip
Fix stale web URLs. This partially resolves bug report 1263.
-rw-r--r--amarok/src/Options1.ui2
-rw-r--r--amarok/src/firstrunwizard.ui4
-rw-r--r--amarok/src/playerwindow.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/amarok/src/Options1.ui b/amarok/src/Options1.ui
index dbee4891..ca3f8597 100644
--- a/amarok/src/Options1.ui
+++ b/amarok/src/Options1.ui
@@ -392,7 +392,7 @@
<cstring>moodbarHelpLabel</cstring>
</property>
<property name="text">
- <string>You need the &lt;a href='http://amarok.kde.org/wiki/Moodbar'&gt;moodbar package&lt;/a&gt; installed to enable the moodbar feature.</string>
+ <string>You need the moodbar package installed from your distro repositories to enable the moodbar feature.</string>
</property>
</widget>
<widget class="TQFrame">
diff --git a/amarok/src/firstrunwizard.ui b/amarok/src/firstrunwizard.ui
index d5885635..4ba58908 100644
--- a/amarok/src/firstrunwizard.ui
+++ b/amarok/src/firstrunwizard.ui
@@ -162,8 +162,8 @@
<string>Amarok uses a database to store information about your music. If you are not sure which to use, press Next.
&lt;p&gt;&lt;b&gt;MySQL&lt;/b&gt; or &lt;b&gt;Postgresql&lt;/b&gt; are faster than &lt;b&gt;sqlite&lt;/b&gt;, but require additional setup.&lt;/p&gt;
&lt;ul&gt;
-&lt;li&gt;&lt;a href="http://amarok.kde.org/wiki/MySQL_HowTo"&gt;Instructions for configuring MySQL&lt;/a&gt;.&lt;/li&gt;
-&lt;li&gt;&lt;a href="http://amarok.kde.org/wiki/Postgresql_HowTo"&gt;Instructions for configuring Postgresql&lt;/a&gt;.&lt;/li&gt;
+&lt;li&gt;&lt;a href="http://amarok.kde.org/wiki/Amarok_1.4/User_Guides/MySQL_HowTo"&gt;Instructions for configuring MySQL&lt;/a&gt;.&lt;/li&gt;
+&lt;li&gt;&lt;a href="http://amarok.kde.org/wiki/Amarok_1.4/User_Guides/PostgreSQL_HowTo"&gt;Instructions for configuring Postgresql&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</string>
</property>
</widget>
diff --git a/amarok/src/playerwindow.cpp b/amarok/src/playerwindow.cpp
index 37d917ae..0998311c 100644
--- a/amarok/src/playerwindow.cpp
+++ b/amarok/src/playerwindow.cpp
@@ -251,7 +251,7 @@ void PlayerWidget::setScroll( const TQStringList &list )
}
//FIXME empty TQString would crash due to NULL Pixmaps
- if( text.isEmpty() ) text = i18n( "Please report this message to amarok@kde.org, thanks!" );
+ if( text.isEmpty() ) text = i18n( "Please report this message to trinity-devel@lists.pearsoncomputing.net, thanks!" );
TQFont font( m_pScrollFrame->font() );
TQFontMetrics fm( font );