- Timestamp:
- 12/30/11 18:02:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.cs
r7146 r7249 363 363 MessageBox.Show("A Message Security error has occured. This normally means that your user name or password is wrong.", "HeuristicLab Hive Administrator", MessageBoxButtons.OK, MessageBoxIcon.Error); 364 364 } 365 catch (AnonymousUserException) { 366 HiveInformationDialog dialog = new HiveInformationDialog(); 367 dialog.ShowDialog(this); 368 } 365 369 } 366 370
Note: See TracChangeset
for help on using the changeset viewer.