From a28ed40906998f6f376c2e4f68341a8df3cb5015 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Sat, 24 Apr 2021 08:36:50 +0200 Subject: [PATCH] Clean code --- lib/Interface_Icons_NDimensions/interfToolsPanels.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Interface_Icons_NDimensions/interfToolsPanels.cxx b/lib/Interface_Icons_NDimensions/interfToolsPanels.cxx index caad011..671047d 100644 --- a/lib/Interface_Icons_NDimensions/interfToolsPanels.cxx +++ b/lib/Interface_Icons_NDimensions/interfToolsPanels.cxx @@ -63,8 +63,8 @@ interfConfigurationPanel::interfConfigurationPanel(wxWindow * parent) _afterContourCheckBox = new wxCheckBox(this, -1, _T("After Contour") ); _afterContourCheckBox->SetValue(false); - wxButton *jumpBackwareSlice = new wxButton(this,-1,_T("/\\"),wxDefaultPosition, wxDefaultSize); - wxButton *jumpFordwareSlice = new wxButton(this,-1,_T("\\/"),wxDefaultPosition, wxDefaultSize); + wxButton *jumpBackwareSlice = new wxButton(this,-1,_T("-"),wxDefaultPosition, wxDefaultSize); + wxButton *jumpFordwareSlice = new wxButton(this,-1,_T("+"),wxDefaultPosition, wxDefaultSize); _jumpSpinCtrl = new wxSpinCtrl(this,-1,wxString("10") ); _jumpSpinCtrl->SetRange(1,100); _shiftSpinCtrl = new wxSpinCtrl(this,-1,wxString("0") ); -- 2.45.1