Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27677/src/gui

Modified Files:
        wxSearchDialog.cpp 
Log Message:
Although the searched text seemed selected (displayed over a blue background),
it was actually the 'where to search' field that had focus. Reset the focus to the 
searched text, so that one can start to type this text right when opening the dialog.

Index: wxSearchDialog.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxSearchDialog.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -u -2 -r1.12 -r1.13
--- wxSearchDialog.cpp  12 Oct 2003 13:14:48 -0000      1.12
+++ wxSearchDialog.cpp  7 Sep 2004 13:31:11 -0000       1.13
@@ -271,5 +271,5 @@
    m_textWhat->SetValue(m_Arg);
 
-   m_choiceWhere->SetFocus();
+   m_textWhat->SetFocus();
 
    return TRUE;



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to