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

(-)kdebase-3.5.13.2/kcontrol/displayconfig/displayconfig.desktop~ (+4 lines)
Lines 2-7 Link Here
2
Categories=Qt;KDE;X-KDE-settings-system;
2
Categories=Qt;KDE;X-KDE-settings-system;
3
Comment=Configure display
3
Comment=Configure display
4
Comment[en_US]=Configure display
4
Comment[en_US]=Configure display
5
Comment[ru]=Конфигурация экрана
6
Comment[uk]=Конфігурація екрану
5
DocPath=kcontrol/displayconfig.html
7
DocPath=kcontrol/displayconfig.html
6
Exec=kcmshell displayconfig
8
Exec=kcmshell displayconfig
7
GenericName=
9
GenericName=
Lines 11-16 Link Here
11
MimeType=
13
MimeType=
12
Name=Monitor & Display
14
Name=Monitor & Display
13
Name[en_US]=Monitor & Display
15
Name[en_US]=Monitor & Display
16
Name[ru]=Монитор & Экран
17
Name[uk]=Монітор & Екран
14
NoDisplay=false
18
NoDisplay=false
15
Path=
19
Path=
16
StartupNotify=true
20
StartupNotify=true
(-)kdebase-3.5.13.2/kcontrol/iccconfig/iccconfig.desktop~ (+4 lines)
Lines 12-17 Link Here
12
Categories=Qt;KDE;X-KDE-settings-hardware;
12
Categories=Qt;KDE;X-KDE-settings-hardware;
13
Comment=Configure display ICC profile
13
Comment=Configure display ICC profile
14
Comment[en_US]=Configure display ICC profile
14
Comment[en_US]=Configure display ICC profile
15
Comment[ru]=Конфигурация профиля ICC экрана
16
Comment[uk]=Конфігурація профілю ICC екрану
15
DocPath=kcontrol/iccconfig.html
17
DocPath=kcontrol/iccconfig.html
16
GenericName=
18
GenericName=
17
GenericName[en_US]=
19
GenericName[en_US]=
Lines 19-23 Link Here
19
MimeType=
21
MimeType=
20
Name=ICC Color Profile
22
Name=ICC Color Profile
21
Name[en_US]=ICC Color Profile
23
Name[en_US]=ICC Color Profile
24
Name[ru]=ICC Профиль цвета
25
Name[uk]=ICC Профіль кольору
22
26
23
NoDisplay=false
27
NoDisplay=false
(-)kdebase-3.5.13.2/kicker/applets/systemtray/systemtrayapplet.cpp~ (-1 / +1 lines)
Lines 244-250 Link Here
244
244
245
    TQGrid *settingsGrid = m_settingsDialog->makeGridMainWidget( 2, Qt::Vertical);
245
    TQGrid *settingsGrid = m_settingsDialog->makeGridMainWidget( 2, Qt::Vertical);
246
246
247
    m_showClockSettingCB = new TQCheckBox("Show Clock in Tray", settingsGrid);
247
    m_showClockSettingCB = new TQCheckBox(i18n("Show Clock in Tray"), settingsGrid);
248
    m_showClockSettingCB->setChecked(m_showClockInTray);
248
    m_showClockSettingCB->setChecked(m_showClockInTray);
249
249
250
    //m_iconSelector = new KActionSelector(m_settingsDialog);
250
    //m_iconSelector = new KActionSelector(m_settingsDialog);

Return to bug 952