Added message that kdb-support is readonly

This commit is contained in:
Philipp Crocoll
2014-03-25 06:15:05 +01:00
parent fd08518270
commit 59525f8378
9 changed files with 15 additions and 9 deletions

View File

@@ -115,7 +115,7 @@ namespace keepass2android
_app.LoadDatabase(_ioc, workingCopy, _compositeKey, StatusLogger, _loader);
SaveFileData(_ioc, _keyfileOrProvider);
Kp2aLog.Log("LoadDB OK");
Finish(true);
Finish(true, _loader.SuccessMessage);
}
catch (OldFormatException)
{