projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New code for Update() under GTK 2.0. Added
[wxWidgets.git]
/
src
/
univ
/
stattext.cpp
diff --git
a/src/univ/stattext.cpp
b/src/univ/stattext.cpp
index d5fcb0846cc5bfa22d3cbc66acfbc0a6f8cee44a..5bb880a96ef641bafcca943e7eb62a530a21163d 100644
(file)
--- a/
src/univ/stattext.cpp
+++ b/
src/univ/stattext.cpp
@@
-18,7
+18,7
@@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
// ----------------------------------------------------------------------------
#ifdef __GNUG__
- #pragma implementation "stattext.h"
+ #pragma implementation "
univ
stattext.h"
#endif
#include "wx/wxprec.h"
#endif
#include "wx/wxprec.h"
@@
-58,7
+58,7
@@
bool wxStaticText::Create(wxWindow *parent,
{
if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
return FALSE;
{
if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
return FALSE;
-
+
SetLabel(label);
SetBestSize(size);
SetLabel(label);
SetBestSize(size);