mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 15:36:42 +00:00
parent
f5bd2c1f8d
commit
6a944b556a
31 changed files with 708 additions and 3 deletions
|
@ -8,6 +8,9 @@
|
|||
#pragma once
|
||||
|
||||
#define IDS_ERROR (2)
|
||||
#define IDS_NOT_RESPONDING (3)
|
||||
#define IDS_ASK_TERMINATE (4)
|
||||
#define IDS_HUNG_UP_TITLE (5)
|
||||
|
||||
/*
|
||||
* Button names IDs.
|
||||
|
@ -26,3 +29,4 @@
|
|||
#define IDS_HELP (808)
|
||||
#define IDS_TRYAGAIN (809)
|
||||
#define IDS_CONTINUE (810)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue