From ab00a6928179f5283a7241fc11301c7edb23cb6b Mon Sep 17 00:00:00 2001 From: vooku Date: Sat, 28 Mar 2020 19:49:53 +0100 Subject: [PATCH] Change "New scene" to "Enter Name" part of #38 --- skinny/src/meta.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skinny/src/meta.h b/skinny/src/meta.h index b2fb5d5..50a5945 100755 --- a/skinny/src/meta.h +++ b/skinny/src/meta.h @@ -82,7 +82,7 @@ class ShowDescription : public Serialiazable { * @return True if the current scene index was changed. */ bool shift(LoadDir dir, int idx = -1); - void appendScene(const std::string& name = "New scene"); + void appendScene(const std::string& name = "Enter name"); const SceneDescription& currentScene() const { return scenes_[currentIdx_]; } auto getSceneIndex() const { return currentIdx_; }