intro: we don't want to fill in the fields after a successful add

This commit is contained in:
Hylke 2011-07-02 17:15:29 +01:00
parent 55a26f65fa
commit 5aa6b5f0ae

View file

@ -492,6 +492,9 @@ namespace SparkleShare {
UrgencyHint = true;
strServerEntry = null;
strFolderEntry = null;
if (!HasToplevelFocus) {
string title = String.Format (_("{0} has been successfully added"), folder_name);
string subtext = _("");