From 113a35d0fe8938973fa1c100b77f456ed250e61b Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 2 Jun 2020 21:47:06 -0300 Subject: 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. --- Project/PropertiesForm.wxcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/PropertiesForm.wxcp') diff --git a/Project/PropertiesForm.wxcp b/Project/PropertiesForm.wxcp index 63265ec..367e85e 100644 --- a/Project/PropertiesForm.wxcp +++ b/Project/PropertiesForm.wxcp @@ -3727,7 +3727,7 @@ }, { "type": "string", "m_label": "Label:", - "m_value": "Stability" + "m_value": "stability" }, { "type": "bitmapPicker", "m_label": "Bitmap File:", -- cgit