Backout of bug 427259 - Window class of dialog "MozillaDialogClass" breaks traditional screen reader dialog reading mechanisms
to fix bug 429029 - Right click on WMP plugin and Properties or Options doesn't work git-svn-id: svn://10.0.0.236/trunk@250243 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d36d5a9542
commit
cab5529ca6
@ -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"#32770";
|
||||
const LPCWSTR kWClassNameDialog = L"MozillaDialogClass";
|
||||
const LPCSTR kClassNameHidden = "MozillaHiddenWindowClass";
|
||||
const LPCSTR kClassNameUI = "MozillaUIWindowClass";
|
||||
const LPCSTR kClassNameContent = "MozillaContentWindowClass";
|
||||
const LPCSTR kClassNameContentFrame = "MozillaContentFrameWindowClass";
|
||||
const LPCSTR kClassNameGeneral = "MozillaWindowClass";
|
||||
const LPCSTR kClassNameDialog = "#32770";
|
||||
const LPCSTR kClassNameDialog = "MozillaDialogClass";
|
||||
|
||||
/**
|
||||
* Native WIN32 window wrapper.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user