-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 | |||
@@ -169,13 +169,13 @@ CalculatorImpl::CalculatorImpl( QWidget * parent, const char * name, | |||
169 | } | 169 | } |
170 | connect( &bgr_function, SIGNAL(clicked(int) ) , this, SLOT(do_convert(int) ) ); | 170 | connect( &bgr_function, SIGNAL(clicked(int) ) , this, SLOT(do_convert(int) ) ); |
171 | connect( &bgr_function, SIGNAL(clicked(int) ) , this, SLOT(std_funcs (int) ) ); | 171 | connect( &bgr_function, SIGNAL(clicked(int) ) , this, SLOT(std_funcs (int) ) ); |
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 |
179 | // when the menu gets done, these should be in a submenu | 179 | // when the menu gets done, these should be in a submenu |
180 | QString tmp = QPEApplication::qpeDir(); | 180 | QString tmp = QPEApplication::qpeDir(); |
181 | tmp += "etc/unit_conversion.dat"; | 181 | tmp += "etc/unit_conversion.dat"; |