mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 21:48:19 +00:00
- Fix a typo.
svn path=/trunk/; revision=42708
This commit is contained in:
parent
f23c70c56e
commit
fad9449b5f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const char titleDrwIco[] = "DrawIcon Output";
|
|||
const char titleMask[] = "Mask(AND image)";
|
||||
const char titleXor[] = "XOR(color image)";
|
||||
const char file[] = "Icon from file:";
|
||||
const char res[] = "Icon from Resorce:";
|
||||
const char res[] = "Icon from Resource:";
|
||||
const char cursor[] = "Current Cursor:";
|
||||
const char cursormask[] = "Cursor Mask Bitmap";
|
||||
const char cursorcolor[] = "Cursor Color Bitmap";
|
||||
|
|
Loading…
Reference in a new issue