]> git.saurik.com Git - wxWidgets.git/commitdiff
Lookup result windows now force the first column size to be no great than 20 characte...
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 28 Dec 2004 18:35:08 +0000 (18:35 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 28 Dec 2004 18:35:08 +0000 (18:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/db/dbtest.cpp

index 56254c6a8f0ec21006fa665130e63322aed0f090..15c1398beff26acad944280f9835c9e6863585ac 100644 (file)
@@ -1452,7 +1452,8 @@ void CeditorDlg::OnCommand(wxWindow& win, wxCommandEvent& WXUNUSED(event))
                        /* const wxString &orderBy       */ wxT("NAME"),
                        /* wxDb           *pDb           */ wxGetApp().READONLY_DB,
                        /* const wxString &defDir        */ wxGetApp().DbConnectInf->GetDefaultDir(),
-                       /* bool            distinctValues*/ true);
+                       /* bool            distinctValues*/ true,
+                       wxEmptyString, 20);
 
         if (ListDB_Selection && wxStrlen(ListDB_Selection))
         {