Add missing changes files

svn path=/trunk/; revision=69615
This commit is contained in:
Ged Murphy 2015-10-19 08:48:24 +00:00
parent 4c9058d60f
commit eb3d7eb326
2 changed files with 2 additions and 0 deletions

View file

@ -268,6 +268,7 @@ STRINGTABLE DISCARDABLE
BEGIN
IDS_APPNAME "ReactOS Device Manager"
IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop functioning.\r\nDo you really want to disable it?"
IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from your system.\r\nDo you want to continue?"
END
STRINGTABLE DISCARDABLE
BEGIN

View file

@ -48,6 +48,7 @@
/* General strings */
#define IDS_CONFIRM_DISABLE 80
#define IDS_CONFIRM_UNINSTALL 81
/* Menu strings */
#define IDS_MENU_UPDATE 90