[DEVMGMT] Free this module from the devil. Addendum to r68185. Spotted by fox_anthony.

svn path=/trunk/; revision=68289
This commit is contained in:
Amine Khaldi 2015-06-27 13:05:01 +00:00
parent c8c9e7d157
commit a011fa9bc5
4 changed files with 4 additions and 4 deletions

View file

@ -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);

View file

@ -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

View file

@ -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

View file

@ -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