[escher] Change name: pointer->message

Change-Id: I0bd7a7d8da047b03342bec1ff31f29ad7efcc2f6
This commit is contained in:
Émilie Feral
2017-03-16 09:42:22 +01:00
parent 6847ff77d0
commit 1f21251011
121 changed files with 484 additions and 484 deletions

View File

@@ -5,9 +5,9 @@ namespace Shared {
StoreParameterController::StoreParameterController(Responder * parentResponder, FloatPairStore * store) :
ViewController(parentResponder),
m_deleteColumn(PointerTableCell(I18n::Message::ClearColumn)),
m_copyColumn(PointerTableCellWithChevron(I18n::Message::CopyColumnInList)),
m_importList(PointerTableCellWithChevron(I18n::Message::ImportList)),
m_deleteColumn(MessageTableCell(I18n::Message::ClearColumn)),
m_copyColumn(MessageTableCellWithChevron(I18n::Message::CopyColumnInList)),
m_importList(MessageTableCellWithChevron(I18n::Message::ImportList)),
m_selectableTableView(SelectableTableView(this, this, 1, Metric::CommonTopMargin, Metric::CommonRightMargin,
Metric::CommonBottomMargin, Metric::CommonLeftMargin)),
m_store(store),