Skip to content

Commit

Permalink
Changed icon and message for missing rights
Browse files Browse the repository at this point in the history
  • Loading branch information
Trade-Programming.de committed Mar 3, 2015
1 parent 8611ef2 commit 8f3e095
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@ private void MainDialog_Load(object sender, EventArgs e)
}
catch (UnauthorizedAccessException)
{
Popup.ShowPopup(this, SystemIcons.Error, "Missing rights.", "You don't own the rights to create the extension's registry entry.",
Popup.ShowPopup(this, SystemIcons.Warning, "Missing rights.", "The registry entry for the extension (.nupdproj) couldn't be created. Without that file extension nUpdate Administration won't work correctly. Please make sure to start the administration with admin privileges the first time.",
PopupButtons.Ok);
}

Expand Down

0 comments on commit 8f3e095

Please sign in to comment.