bug 427259 - Window class of dialog "MozillaDialogClass" breaks traditional screen reader dialog reading mechanisms.

r+sr=roc
a1.9=beltzner


git-svn-id: svn://10.0.0.236/trunk@249774 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
marco.zehe%googlemail.com
2008-04-08 05:54:28 +00:00
parent c8e6afa61b
commit dc909ec8a9

View File

@@ -98,13 +98,13 @@ const LPCWSTR kWClassNameUI = L"MozillaUIWindowClass";
const LPCWSTR kWClassNameContent = L"MozillaContentWindowClass";
const LPCWSTR kWClassNameContentFrame = L"MozillaContentFrameWindowClass";
const LPCWSTR kWClassNameGeneral = L"MozillaWindowClass";
const LPCWSTR kWClassNameDialog = L"MozillaDialogClass";
const LPCWSTR kWClassNameDialog = L"#32770";
const LPCSTR kClassNameHidden = "MozillaHiddenWindowClass";
const LPCSTR kClassNameUI = "MozillaUIWindowClass";
const LPCSTR kClassNameContent = "MozillaContentWindowClass";
const LPCSTR kClassNameContentFrame = "MozillaContentFrameWindowClass";
const LPCSTR kClassNameGeneral = "MozillaWindowClass";
const LPCSTR kClassNameDialog = "MozillaDialogClass";
const LPCSTR kClassNameDialog = "#32770";
/**
* Native WIN32 window wrapper.