put grid string in generic/grid.cpp, not common/datacmn.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
// constants
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
extern WXDLLEXPORT_DATA(const wxChar) wxGridNameStr[];
|
||||
extern WXDLLIMPEXP_DATA_ADV(const wxChar) wxGridNameStr[];
|
||||
|
||||
// Default parameters for wxGrid
|
||||
//
|
||||
|
@@ -60,7 +60,6 @@ extern WXDLLEXPORT_DATA(const wxChar) wxStatusLineNameStr[] = wxT("status_line")
|
||||
extern WXDLLEXPORT_DATA(const wxChar) wxTextCtrlNameStr[] = wxT("text");
|
||||
extern WXDLLEXPORT_DATA(const wxChar) wxTreeCtrlNameStr[] = wxT("treeCtrl");
|
||||
extern WXDLLEXPORT_DATA(const wxChar) wxToolBarNameStr[] = wxT("toolbar");
|
||||
extern WXDLLEXPORT_DATA(const wxChar) wxGridNameStr[] = wxT("grid");
|
||||
|
||||
// Default messages
|
||||
extern WXDLLEXPORT_DATA(const wxChar) wxMessageBoxCaptionStr[] = wxT("Message");
|
||||
|
@@ -18,6 +18,8 @@
|
||||
|
||||
#if wxUSE_GRID
|
||||
|
||||
#include "wx/grid.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/utils.h"
|
||||
#include "wx/dcclient.h"
|
||||
@@ -37,9 +39,10 @@
|
||||
#include "wx/tokenzr.h"
|
||||
#include "wx/renderer.h"
|
||||
|
||||
#include "wx/grid.h"
|
||||
#include "wx/generic/gridsel.h"
|
||||
|
||||
const wxChar wxGridNameStr[] = wxT("grid");
|
||||
|
||||
#if defined(__WXMOTIF__)
|
||||
#define WXUNUSED_MOTIF(identifier) WXUNUSED(identifier)
|
||||
#else
|
||||
|
Reference in New Issue
Block a user