fix icons in dbtree.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bart A.M. Jourquin
2000-02-01 09:05:34 +00:00
parent 5b615ed89b
commit b8365facc3

View File

@@ -67,26 +67,26 @@ DBTree::DBTree(wxWindow *parent, const wxWindowID id,const wxPoint& pos, const w
p_imageListNormal = new wxImageList(16, 16, TRUE); p_imageListNormal = new wxImageList(16, 16, TRUE);
// should correspond to TreeIc_xxx enum // should correspond to TreeIc_xxx enum
// #if defined(__WXMSW__) #if defined(__WXMSW__)
// p_imageListNormal->Add(wxICON(Logo)); p_imageListNormal->Add(wxICON(Logo));
// p_imageListNormal->Add(wxICON(DsnClosed)); p_imageListNormal->Add(wxICON(DsnClosed));
// p_imageListNormal->Add(wxICON(DsnOpen)); p_imageListNormal->Add(wxICON(DsnOpen));
// p_imageListNormal->Add(wxICON(TAB)); p_imageListNormal->Add(wxICON(TAB));
// p_imageListNormal->Add(wxICON(COL)); p_imageListNormal->Add(wxICON(COL));
// p_imageListNormal->Add(wxICON(KEY)); p_imageListNormal->Add(wxICON(KEY));
// p_imageListNormal->Add(wxICON(KEYF)); p_imageListNormal->Add(wxICON(KEYF));
// p_imageListNormal->Add(wxICON(DocOpen)); p_imageListNormal->Add(wxICON(DocOpen));
// p_imageListNormal->Add(wxICON(DocOpen)); p_imageListNormal->Add(wxICON(DocOpen));
// #else #else
// #include "bitmaps/logo.xpm" #include "bitmaps/logo.xpm"
// #include "bitmaps/dsnclose.xpm" #include "bitmaps/dsnclose.xpm"
// #include "bitmaps/dsnopen.xpm" #include "bitmaps/dsnopen.xpm"
// #include "bitmaps/tab.xpm" #include "bitmaps/tab.xpm"
// #include "bitmaps/key.xpm" #include "bitmaps/key.xpm"
// #include "bitmaps/keyf.xpm" #include "bitmaps/keyf.xpm"
// #include "bitmaps/d_open.xpm" #include "bitmaps/d_open.xpm"
// #include "bitmaps/d_closed.xpm" #include "bitmaps/d_closed.xpm"
//#endif #endif
SetImageList(p_imageListNormal); SetImageList(p_imageListNormal);
ct_BrowserDB = NULL; ct_BrowserDB = NULL;