From d884f849d60db44f05a6a6b22f4ffcf520900389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 25 Aug 2013 01:32:42 +0200 Subject: All kinds of incremental improvements Redone the instance action toolbar: * Removed all the dead actions * Change icon and Rename are now morphed into a header * Added button for opening the config folder Implemented support for loose files and folders as legacy jar mods Added texture pack support --- logic/NostalgiaInstance.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'logic/NostalgiaInstance.cpp') diff --git a/logic/NostalgiaInstance.cpp b/logic/NostalgiaInstance.cpp index 0a7f3c5a..039cd9ce 100644 --- a/logic/NostalgiaInstance.cpp +++ b/logic/NostalgiaInstance.cpp @@ -6,6 +6,12 @@ NostalgiaInstance::NostalgiaInstance ( const QString& rootDir, SettingsObject* s } +QString NostalgiaInstance::getStatusbarDescription() +{ + return "Nostalgia : " + intendedVersionId(); +} + + /* ADD MORE IF REQUIRED -- cgit v1.2.3