Replaced titledbuttons with button (part of 19565), onclick with oncommand in dialogs. Added more text styles (34894)
git-svn-id: svn://10.0.0.236/trunk@66053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -142,7 +142,7 @@ function ValidateNumberString(value, minValue, maxValue)
|
||||
|
||||
function ShowInputErrorMessage(message)
|
||||
{
|
||||
editorShell.Alert(GetString("InputError"), message);
|
||||
editorShell.AlertWithTitle(GetString("InputError"), message);
|
||||
}
|
||||
|
||||
function GetString(name)
|
||||
|
||||
Reference in New Issue
Block a user