summaryrefslogtreecommitdiff
path: root/LiteEditor/compiler_pages.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LiteEditor/compiler_pages.cpp')
-rw-r--r--LiteEditor/compiler_pages.cpp11
1 files changed, 9 insertions, 2 deletions
diff --git a/LiteEditor/compiler_pages.cpp b/LiteEditor/compiler_pages.cpp
index 32e673f9..8d3f54d3 100644
--- a/LiteEditor/compiler_pages.cpp
+++ b/LiteEditor/compiler_pages.cpp
@@ -142,12 +142,19 @@ CompilerToolsBase::CompilerToolsBase( wxWindow* parent, wxWindowID id, const wxP
fgSizer4->SetFlexibleDirection( wxBOTH );
fgSizer4->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
- m_staticText9 = new wxStaticText( this, wxID_ANY, _("Compiler Name:"), wxDefaultPosition, wxDefaultSize, 0 );
+ m_staticText9 = new wxStaticText( this, wxID_ANY, _("C++ Compiler Name:"), wxDefaultPosition, wxDefaultSize, 0 );
m_staticText9->Wrap( -1 );
fgSizer4->Add( m_staticText9, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
m_textCompilerName = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
- fgSizer4->Add( m_textCompilerName, 0, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 5 );
+ fgSizer4->Add( m_textCompilerName, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );
+
+ m_staticText25 = new wxStaticText( this, wxID_ANY, _("C Compiler Name:"), wxDefaultPosition, wxDefaultSize, 0 );
+ m_staticText25->Wrap( -1 );
+ fgSizer4->Add( m_staticText25, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 );
+
+ m_textCtrlCCompilerName = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
+ fgSizer4->Add( m_textCtrlCCompilerName, 0, wxALL|wxEXPAND|wxALIGN_CENTER_VERTICAL, 5 );
m_staticText11 = new wxStaticText( this, wxID_ANY, _("Linker Name:"), wxDefaultPosition, wxDefaultSize, 0 );
m_staticText11->Wrap( -1 );