By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1263
Collapse All | Expand All

(-)amarok/amarok/src/Options1.ui (-1 / +1 lines)
Lines 392-398 Link Here
392
                        <cstring>moodbarHelpLabel</cstring>
392
                        <cstring>moodbarHelpLabel</cstring>
393
                    </property>
393
                    </property>
394
                    <property name="text">
394
                    <property name="text">
395
                        <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>
395
                        <string>You need the moodbar package installed from your distro repositories to enable the moodbar feature.</string>
396
                    </property>
396
                    </property>
397
                </widget>
397
                </widget>
398
                <widget class="TQFrame">
398
                <widget class="TQFrame">
(-)amarok/amarok/src/firstrunwizard.ui (-2 / +2 lines)
Lines 162-169 Link Here
162
                    <string>Amarok uses a database to store information about your music. If you are not sure which to use, press Next.
162
                    <string>Amarok uses a database to store information about your music. If you are not sure which to use, press Next.
163
&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;
163
&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;
164
&lt;ul&gt;
164
&lt;ul&gt;
165
&lt;li&gt;&lt;a href="http://amarok.kde.org/wiki/MySQL_HowTo"&gt;Instructions for configuring MySQL&lt;/a&gt;.&lt;/li&gt;
165
&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;
166
&lt;li&gt;&lt;a href="http://amarok.kde.org/wiki/Postgresql_HowTo"&gt;Instructions for configuring Postgresql&lt;/a&gt;.&lt;/li&gt;
166
&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;
167
&lt;/ul&gt;</string>
167
&lt;/ul&gt;</string>
168
                </property>
168
                </property>
169
            </widget>
169
            </widget>
(-)amarok/amarok/src/playerwindow.cpp (-1 / +1 lines)
Lines 251-257 Link Here
251
    }
251
    }
252
252
253
    //FIXME empty TQString would crash due to NULL Pixmaps
253
    //FIXME empty TQString would crash due to NULL Pixmaps
254
    if( text.isEmpty() ) text = i18n( "Please report this message to amarok@kde.org, thanks!" );
254
    if( text.isEmpty() ) text = i18n( "Please report this message to trinity-devel@lists.pearsoncomputing.net, thanks!" );
255
255
256
    TQFont font( m_pScrollFrame->font() );
256
    TQFont font( m_pScrollFrame->font() );
257
    TQFontMetrics fm( font );
257
    TQFontMetrics fm( font );

Return to bug 1263