Many minor bugs. Project files upgraded to Visual Studio 2008 format now.
This commit is contained in:
parent
ec8485d582
commit
46f50aabc3
9 changed files with 582 additions and 324 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue