Minor fix calling Alert::show() in ColorSelector:onFixWarningClick()

This commit is contained in:
David Capello 2015-04-24 19:40:23 -03:00
parent eb60a4c3e7
commit 3810cfc1fa

View File

@ -261,7 +261,7 @@ void ColorSelector::onFixWarningClick(ui::Event& ev)
if (index < 0) {
Alert::show(
"Error<<The palette is full."
"<<You cannot have more than %d colors.<<&OK",
"<<You cannot have more than %d colors.||&OK",
Palette::MaxColors);
return;
}