Many minor bugs. Project files upgraded to Visual Studio 2008 format now.

This commit is contained in:
Stefan Persson 2008-10-29 21:41:43 +00:00
parent ec8485d582
commit 46f50aabc3
9 changed files with 582 additions and 324 deletions

View file

@ -183,14 +183,14 @@ namespace DeviceScheduler
if (lvwDevices.Items.Count == 0)
{
MessageBox.Show(Localization.GetString("FailedToSelectUnits"), "",
MessageBox.Show(Localization.GetString("FailedToSelectUnits"), Localization.GetString("telldusscheduler"),
MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
return false;
}
if (txtName.Text.Length == 0)
{
MessageBox.Show(Localization.GetString("FailedToNameSchedule"), "",
MessageBox.Show(Localization.GetString("FailedToNameSchedule"), Localization.GetString("telldusscheduler"),
MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
return false;
}