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 1195
Collapse All | Expand All

(-)tdebase/konqueror/about/konq_aboutpage.cc (-3 / +3 lines)
Lines 166-175 Link Here
166
      .arg(iconSize).arg(iconSize)
166
      .arg(iconSize).arg(iconSize)
167
      .arg( i18n( "Applications" ) )
167
      .arg( i18n( "Applications" ) )
168
      .arg( i18n( "Installed programs" ) )
168
      .arg( i18n( "Installed programs" ) )
169
      .arg( help_icon_path )
169
      .arg( settings_icon_path )
170
      .arg(iconSize).arg(iconSize)
170
      .arg(iconSize).arg(iconSize)
171
      .arg( i18n( "About Kubuntu" ) )
171
      .arg( i18n( "Settings" ) )
172
      .arg( i18n( "<a href=\"help:/kubuntu/\">Kubuntu Documentation</a>" ) )
172
      .arg( i18n( "Desktop configuration" ) )
173
      .arg( continue_icon_path )
173
      .arg( continue_icon_path )
174
      .arg( KIcon::SizeSmall ).arg( KIcon::SizeSmall )
174
      .arg( KIcon::SizeSmall ).arg( KIcon::SizeSmall )
175
      .arg( i18n( "Next: An Introduction to Konqueror" ) )
175
      .arg( i18n( "Next: An Introduction to Konqueror" ) )
(-)tdebase/konqueror/about/launch.html (-2 / +2 lines)
Lines 110-119 Link Here
110
		       <a href="applications:/">%1</a><br><span id="subtext"><nobr>%1</span>
110
		       <a href="applications:/">%1</a><br><span id="subtext"><nobr>%1</span>
111
		      </td>
111
		      </td>
112
		      <td>
112
		      <td>
113
			<a href="help:/kubuntu/about-kubuntu/index.html"><img src="%1" height="%1" width="%1" /></a>
113
			<a href="settings:/"><img src="%1" height="%1" width="%1" /></a>
114
		</td>
114
		</td>
115
	      <td valign="bottom">
115
	      <td valign="bottom">
116
			<a href="help:/kubuntu/about-kubuntu/index.html">%1</a><br><span id="subtext"><nobr>%1</span>
116
			<a href="settings:/">%1</a><br><span id="subtext"><nobr>%1</span>
117
			</td>
117
			</td>
118
		      </tr>
118
		      </tr>
119
		    </table>
119
		    </table>

Return to bug 1195