[ros-diffs] [janderwald] 35150: * Enable/Disable finish button based on the right edit control * fixes bug 3625

janderwald at svn.reactos.org janderwald at svn.reactos.org
Wed Aug 6 20:18:43 CEST 2008


Author: janderwald
Date: Wed Aug  6 13:18:43 2008
New Revision: 35150

URL: http://svn.reactos.org/svn/reactos?rev=35150&view=rev
Log:
* Enable/Disable finish button based on the right edit control
* fixes bug 3625

Modified:
    trunk/reactos/dll/cpl/appwiz/createlink.c

Modified: trunk/reactos/dll/cpl/appwiz/createlink.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/appwiz/createlink.c?rev=35150&r1=35149&r2=35150&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/appwiz/createlink.c [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/appwiz/createlink.c [iso-8859-1] Wed Aug  6 13:18:43 2008
@@ -188,7 +188,7 @@
             switch(HIWORD(wParam))
             {
                 case EN_CHANGE:
-                    if (SendDlgItemMessage(hwndDlg, IDC_SHORTCUT_LOCATION, WM_GETTEXTLENGTH, 0, 0))
+                    if (SendDlgItemMessage(hwndDlg, IDC_SHORTCUT_NAME, WM_GETTEXTLENGTH, 0, 0))
                     {
                         PropSheet_SetWizButtons(GetParent(hwndDlg), PSWIZB_BACK | PSWIZB_FINISH);
                     }



More information about the Ros-diffs mailing list