mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- fix text box alignment
- spotted by Coviti - patch by Coviti See issue #1860 for more details. svn path=/trunk/; revision=24723
This commit is contained in:
parent
ff30ee9de7
commit
b32dec065a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ BEGIN
|
|||
PUSHBUTTON "&Network ID...", IDC_NETWORK_ID, 190, 114, 58, 15
|
||||
LTEXT "To rename this computer or join a domain, click Properties.", IDC_STATIC, 6, 149, 170, 17
|
||||
PUSHBUTTON "&Change...",IDC_NETWORK_PROPERTY, 190, 149, 58, 15
|
||||
LTEXT "Note: Only Administrators can change the identification of this computer", IDC_STATIC, 6, 179, 230, 9
|
||||
LTEXT "Note: Only Administrators can change the identification of this computer", IDC_STATIC, 6, 179, 300, 9
|
||||
END
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue