mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
fix tab order
svn path=/trunk/; revision=10741
This commit is contained in:
parent
626e081cd1
commit
3dd13e9ba0
1 changed files with 3 additions and 3 deletions
|
@ -429,13 +429,13 @@ CAPTION "About ReactOS Explorer"
|
||||||
FONT 10, "MS Sans Serif"
|
FONT 10, "MS Sans Serif"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "ReactOS Explorer",IDC_ROS_EXPLORER,91,13,90,11
|
LTEXT "ReactOS Explorer",IDC_ROS_EXPLORER,91,13,90,11
|
||||||
LTEXT "(c) 2003/2004 Martin Fuchs",IDC_STATIC,90,42,79,8
|
LTEXT "V 0.9",IDC_VERSION_TXT,91,27,98,8
|
||||||
|
LTEXT "(c) 2003/2004 Martin Fuchs",IDC_STATIC,91,42,79,8
|
||||||
|
LTEXT "",IDC_WIN_VERSION,91,58,98,22
|
||||||
LTEXT "http://www.sky.franken.de/explorer/",IDC_WWW,21,84,104,
|
LTEXT "http://www.sky.franken.de/explorer/",IDC_WWW,21,84,104,
|
||||||
8
|
8
|
||||||
CONTROL "&OK",IDOK,"Button",BS_OWNERDRAW | BS_FLAT | WS_GROUP,
|
CONTROL "&OK",IDOK,"Button",BS_OWNERDRAW | BS_FLAT | WS_GROUP,
|
||||||
151,90,38,12
|
151,90,38,12
|
||||||
LTEXT "V 0.9",IDC_VERSION_TXT,90,27,99,8
|
|
||||||
LTEXT "",IDC_WIN_VERSION,90,58,99,22
|
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue