mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 20:12:50 +02:00
Fix typo: Persistant -> Persistent
This commit just fixes a small typo which was found by lintian when checking the Ubuntu package to be published on PlayDeb.net.
This commit is contained in:
@@ -105,7 +105,7 @@ RenderView::RenderView():
|
|||||||
presetButton->SetActionCallback(new RenderPresetAction(this, 2));
|
presetButton->SetActionCallback(new RenderPresetAction(this, 2));
|
||||||
AddComponent(presetButton);
|
AddComponent(presetButton);
|
||||||
|
|
||||||
presetButton = new ui::Button(ui::Point(presetButtonOffset+161, YRES+6), ui::Point(30, 13), "", "Persistant display mode preset");
|
presetButton = new ui::Button(ui::Point(presetButtonOffset+161, YRES+6), ui::Point(30, 13), "", "Persistent display mode preset");
|
||||||
presetButton->SetIcon(IconPersistant);
|
presetButton->SetIcon(IconPersistant);
|
||||||
presetButton->SetActionCallback(new RenderPresetAction(this, 3));
|
presetButton->SetActionCallback(new RenderPresetAction(this, 3));
|
||||||
AddComponent(presetButton);
|
AddComponent(presetButton);
|
||||||
|
Reference in New Issue
Block a user