-rw-r--r-- | noncore/tools/calculator/calculatorimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/calculator/calculatorimpl.cpp b/noncore/tools/calculator/calculatorimpl.cpp index 0925073..8d11132 100644 --- a/noncore/tools/calculator/calculatorimpl.cpp +++ b/noncore/tools/calculator/calculatorimpl.cpp | |||
@@ -172,7 +172,7 @@ CalculatorImpl::CalculatorImpl( QWidget * parent, const char * name, | |||
172 | 172 | ||
173 | connect(ComboBoxFunction, SIGNAL(activated(int) ), this, SLOT(function_button(int) ) ); | 173 | connect(ComboBoxFunction, SIGNAL(activated(int) ), this, SLOT(function_button(int) ) ); |
174 | 174 | ||
175 | captions.append("Standard"); | 175 | captions.append(tr("Standard")); |
176 | ComboBoxFunction->insertItem(captions.last()); | 176 | ComboBoxFunction->insertItem(captions.last()); |
177 | 177 | ||
178 | // now add in the conversion modes | 178 | // now add in the conversion modes |