dialogs/SearchInProjectDialog.py
changeset 577 9dbb79722fbc
parent 571 79af7b821233
child 714 131ea7f237b9
--- a/dialogs/SearchInProjectDialog.py	Wed Oct 12 23:47:48 2011 +0200
+++ b/dialogs/SearchInProjectDialog.py	Fri Oct 14 19:26:29 2011 +0200
@@ -161,6 +161,8 @@
 
         for name, label in GetElementsChoices():
             self.ElementsList.Append(_(label))
+        
+        self.Pattern.SetFocus()
 
     def GetCriteria(self):
         raw_pattern = pattern = self.Pattern.GetValue()