cosmetic fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1066,6 +1066,8 @@ enum wxStretch
|
||||
#define wxID_SETUP 5110
|
||||
#define wxID_RESET 5111
|
||||
|
||||
// IDs used by generic file dialog (11 consecutive starting from this value)
|
||||
#define wxID_FILEDLGG 5900
|
||||
#define wxID_HIGHEST 5999
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -20,6 +20,7 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#include "wx/setup.h"
|
||||
#include "wx/image.h"
|
||||
#include "wx/wfstream.h"
|
||||
#include "wx/module.h"
|
||||
|
@@ -523,14 +523,15 @@ void wxFileCtrl::OnListEndLabelEdit( wxListEvent &event )
|
||||
// wxFileDialog
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#define ID_LIST_MODE 5000
|
||||
#define ID_REPORT_MODE 5001
|
||||
#define ID_UP_DIR 5005
|
||||
#define ID_PARENT_DIR 5006
|
||||
#define ID_NEW_DIR 5007
|
||||
#define ID_CHOICE 5008
|
||||
#define ID_TEXT 5009
|
||||
#define ID_LIST_CTRL 5010
|
||||
#define ID_LIST_MODE wxID_FILEDLGG
|
||||
#define ID_REPORT_MODE wxID_FILEDLGG + 1
|
||||
#define ID_UP_DIR wxID_FILEDLGG + 5
|
||||
#define ID_PARENT_DIR wxID_FILEDLGG + 6
|
||||
#define ID_NEW_DIR wxID_FILEDLGG + 7
|
||||
#define ID_CHOICE wxID_FILEDLGG + 8
|
||||
#define ID_TEXT wxID_FILEDLGG + 9
|
||||
#define ID_LIST_CTRL wxID_FILEDLGG + 10
|
||||
#define ID_ACTIVATED wxID_FILEDLGG + 11
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxFileDialog,wxDialog)
|
||||
|
||||
|
@@ -173,7 +173,7 @@ const wxChar *wxEmptyString = _T("");
|
||||
const wxChar *wxGetTextFromUserPromptStr = _T("Input Text");
|
||||
const wxChar *wxMessageBoxCaptionStr = _T("Message");
|
||||
const wxChar *wxFileSelectorPromptStr = _T("Select a file");
|
||||
const wxChar *wxFileSelectorDefaultWildcardStr = _T("*.*");
|
||||
const wxChar *wxFileSelectorDefaultWildcardStr = _T("*");
|
||||
const wxChar *wxInternalErrorStr = _T("wxWindows Internal Error");
|
||||
const wxChar *wxFatalErrorStr = _T("wxWindows Fatal Error");
|
||||
const wxChar *wxDirDialogNameStr = _T("wxDirCtrl");
|
||||
|
@@ -173,7 +173,7 @@ const wxChar *wxEmptyString = _T("");
|
||||
const wxChar *wxGetTextFromUserPromptStr = _T("Input Text");
|
||||
const wxChar *wxMessageBoxCaptionStr = _T("Message");
|
||||
const wxChar *wxFileSelectorPromptStr = _T("Select a file");
|
||||
const wxChar *wxFileSelectorDefaultWildcardStr = _T("*.*");
|
||||
const wxChar *wxFileSelectorDefaultWildcardStr = _T("*");
|
||||
const wxChar *wxInternalErrorStr = _T("wxWindows Internal Error");
|
||||
const wxChar *wxFatalErrorStr = _T("wxWindows Fatal Error");
|
||||
const wxChar *wxDirDialogNameStr = _T("wxDirCtrl");
|
||||
|
Reference in New Issue
Block a user