mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[REGEDIT]
Fix wrong font usage svn path=/trunk/; revision=67255
This commit is contained in:
parent
e08532d4dd
commit
f13344f247
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ END
|
|||
IDD_EDIT_STRING DIALOGEX 32, 24, 252, 84
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_NOIDLEMSG | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Editar texto"
|
||||
FONT 8, "System"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Nome do valor:", IDC_STATIC, 5, 5, 119, 8
|
||||
EDITTEXT IDC_VALUE_NAME, 5, 15, 200, 12, ES_AUTOHSCROLL | ES_READONLY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue