Change name: Algebric -> Cartesian

Change-Id: I7855e9df1d401f9a3c0e95c933078852594ff309
This commit is contained in:
Émilie Feral
2017-06-21 13:11:08 +02:00
parent 9a8c65bab5
commit b64a4110af
6 changed files with 13 additions and 13 deletions

View File

@@ -150,7 +150,7 @@ void MainController::willDisplayCellForIndex(HighlightCell * cell, int index) {
delete m_complexFormatLayout;
m_complexFormatLayout = nullptr;
}
if (Preferences::sharedPreferences()->complexFormat() == Expression::ComplexFormat::Algebric) {
if (Preferences::sharedPreferences()->complexFormat() == Expression::ComplexFormat::Cartesian) {
const char text[6] = {'a','+', Ion::Charset::IComplex, 'b', ' ', 0};
m_complexFormatLayout = new StringLayout(text, 6, KDText::FontSize::Small);
} else {