mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[DEVMGMT] Free this module from the devil. Addendum to r68185. Spotted by fox_anthony.
svn path=/trunk/; revision=68289
This commit is contained in:
parent
c8c9e7d157
commit
a011fa9bc5
4 changed files with 4 additions and 4 deletions
|
@ -508,7 +508,7 @@ CMainWindow::OnNotify(LPARAM lParam)
|
|||
lpttt->lpszText = MAKEINTRESOURCE(IDS_TOOLTIP_ENABLE);
|
||||
break;
|
||||
case IDC_DISABLE_DRV:
|
||||
lpttt->lpszText = MAKEINTRESOURCE(IDS_TOOLTIP_DIABLE);
|
||||
lpttt->lpszText = MAKEINTRESOURCE(IDS_TOOLTIP_DISABLE);
|
||||
break;
|
||||
case IDC_UPDATE_DRV:
|
||||
lpttt->lpszText = MAKEINTRESOURCE(IDS_TOOLTIP_UPDATE);
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#define IDS_TOOLTIP_PROPERTIES 300
|
||||
#define IDS_TOOLTIP_SCAN 301
|
||||
#define IDS_TOOLTIP_ENABLE 302
|
||||
#define IDS_TOOLTIP_DIABLE 303
|
||||
#define IDS_TOOLTIP_DISABLE 303
|
||||
#define IDS_TOOLTIP_UPDATE 304
|
||||
#define IDS_TOOLTIP_UNINSTALL 305
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ BEGIN
|
|||
IDS_TOOLTIP_PROPERTIES "Properties"
|
||||
IDS_TOOLTIP_SCAN "Scan for hardware changes"
|
||||
IDS_TOOLTIP_ENABLE "Enable"
|
||||
IDS_TOOLTIP_DIABLE "Disable"
|
||||
IDS_TOOLTIP_DISABLE "Disable"
|
||||
IDS_TOOLTIP_UPDATE "Update Driver Software"
|
||||
IDS_TOOLTIP_UNINSTALL "Uninstall"
|
||||
END
|
||||
|
|
|
@ -63,7 +63,7 @@ BEGIN
|
|||
IDS_TOOLTIP_PROPERTIES "Husûsiyetler"
|
||||
IDS_TOOLTIP_SCAN "Donanım Değişiklikleri İçin Tara"
|
||||
IDS_TOOLTIP_ENABLE "Etkinleştir"
|
||||
IDS_TOOLTIP_DIABLE "Edilginleştir"
|
||||
IDS_TOOLTIP_DISABLE "Edilginleştir"
|
||||
IDS_TOOLTIP_UPDATE "Sürücü Yazılmını Şimdikileştir"
|
||||
IDS_TOOLTIP_UNINSTALL "Kaldır"
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue