Update of /cvsroot/mahogany/M/src/adb
In directory usw-pr-cvs1:/tmp/cvs-serv5437/src/adb

Modified Files:
        AdbFrame.cpp 
Log Message:
select and focus the name text control in the new ADB entry dialog

Index: AdbFrame.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/adb/AdbFrame.cpp,v
retrieving revision 1.89
retrieving revision 1.90
diff -b -u -2 -r1.89 -r1.90
--- AdbFrame.cpp        11 Mar 2002 19:40:50 -0000      1.89
+++ AdbFrame.cpp        11 Apr 2002 19:20:08 -0000      1.90
@@ -2870,6 +2870,7 @@
 
 // ----------------------------------------------------------------------------
-// wxADBCreateDialog dialog
+// wxADBCreateDialog: allows the user to enter the new entry or group name
 // ----------------------------------------------------------------------------
+
 wxADBCreateDialog::wxADBCreateDialog(wxWindow *parent,
                                      const wxString& strName,
@@ -2942,4 +2943,5 @@
   m_textName->SetValue(m_strName);
   m_textName->SetSelection(-1, -1);
+  m_textName->SetFocus();
 
   m_checkGroup->SetValue(m_bGroup);


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to