summaryrefslogtreecommitdiffstats
path: root/Project/ElementFormBase.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-06-02 21:47:06 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2020-06-02 21:47:06 -0300
commit113a35d0fe8938973fa1c100b77f456ed250e61b (patch)
tree586d1c3113082cbb2b92cd46c3c96a25a0e75e67 /Project/ElementFormBase.h
parent6ce2bdcf85dffee6b6ef7b95b888b8b96372a3d6 (diff)
downloadPSP.git-113a35d0fe8938973fa1c100b77f456ed250e61b.tar.gz
PSP.git-113a35d0fe8938973fa1c100b77f456ed250e61b.tar.xz
PSP.git-113a35d0fe8938973fa1c100b77f456ed250e61b.zip
OpenGL bugfixes and wxGC port alternative init
OpenGL major bugfixes; Device context port alternative to OpenGL code init (WorkspaceDC). Some machines don't support OpenGL 3+; Fixed some issues with MSVC.
Diffstat (limited to 'Project/ElementFormBase.h')
-rw-r--r--Project/ElementFormBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/ElementFormBase.h b/Project/ElementFormBase.h
index c8fe7f0..9556f7d 100644
--- a/Project/ElementFormBase.h
+++ b/Project/ElementFormBase.h
@@ -386,7 +386,7 @@ class GeneratorStabFormBase : public wxDialog
wxButton* GetButtonCancel() { return m_ButtonCancel; }
GeneratorStabFormBase(wxWindow* parent,
wxWindowID id = wxID_ANY,
- const wxString& title = _("Generator: Stability"),
+ const wxString& title = _("Generator: stability"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize(-1, -1),
long style = wxDEFAULT_DIALOG_STYLE);