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

(-)apps/ktorrent/queuedlg.ui (-2 / +2 lines)
Lines 66-72 Link Here
66
                                            </sizepolicy>
66
                                            </sizepolicy>
67
                                        </property>
67
                                        </property>
68
                                        <property name="text">
68
                                        <property name="text">
69
                                            <string>tqStatus:</string>
69
                                            <string>Status:</string>
70
                                        </property>
70
                                        </property>
71
                                    </widget>
71
                                    </widget>
72
                                    <widget class="TQLabel">
72
                                    <widget class="TQLabel">
Lines 282-288 Link Here
282
                                            </sizepolicy>
282
                                            </sizepolicy>
283
                                        </property>
283
                                        </property>
284
                                        <property name="text">
284
                                        <property name="text">
285
                                            <string>tqStatus:</string>
285
                                            <string>Status:</string>
286
                                        </property>
286
                                        </property>
287
                                    </widget>
287
                                    </widget>
288
                                    <widget class="TQLabel">
288
                                    <widget class="TQLabel">
(-)plugins/infowidget/statustabbase.ui (-2 / +2 lines)
Lines 13-19 Link Here
13
        </rect>
13
        </rect>
14
    </property>
14
    </property>
15
    <property name="caption">
15
    <property name="caption">
16
        <string>tqStatus</string>
16
        <string>Status</string>
17
    </property>
17
    </property>
18
    <vbox>
18
    <vbox>
19
        <property name="name">
19
        <property name="name">
Lines 200-206 Link Here
200
                                <cstring>textLabel1_5</cstring>
200
                                <cstring>textLabel1_5</cstring>
201
                            </property>
201
                            </property>
202
                            <property name="text">
202
                            <property name="text">
203
                                <string>Tracker tqStatus:</string>
203
                                <string>Tracker Status:</string>
204
                            </property>
204
                            </property>
205
                        </widget>
205
                        </widget>
206
                        <widget class="TQLabel" row="0" column="1">
206
                        <widget class="TQLabel" row="0" column="1">
(-)plugins/infowidget/trackerviewbase.ui (-1 / +1 lines)
Lines 200-206 Link Here
200
                        </sizepolicy>
200
                        </sizepolicy>
201
                    </property>
201
                    </property>
202
                    <property name="text">
202
                    <property name="text">
203
                        <string>tqStatus:</string>
203
                        <string>Status:</string>
204
                    </property>
204
                    </property>
205
                </widget>
205
                </widget>
206
                <widget class="TQLabel">
206
                <widget class="TQLabel">

Return to bug 543