mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix spelling of uncommited since we remain committed to builds, even with a CLOSED TREE
This commit is contained in:
parent
a6a827f443
commit
073fac9869
@ -1158,7 +1158,7 @@ class nsIWidget : public nsISupports {
|
||||
virtual nsresult ForceUpdateNativeMenuAt(const nsAString& indexString) = 0;
|
||||
|
||||
/*
|
||||
* Force Input Method Editor to commit the uncommited input
|
||||
* Force Input Method Editor to commit the uncommitted input
|
||||
*/
|
||||
NS_IMETHOD ResetInputState()=0;
|
||||
|
||||
|
@ -2180,7 +2180,7 @@ NS_IMETHODIMP nsChildView::GetAttention(PRInt32 aCycleCount)
|
||||
#pragma mark -
|
||||
|
||||
|
||||
// Force Input Method Editor to commit the uncommited input
|
||||
// Force Input Method Editor to commit the uncommitted input
|
||||
// Note that this and other IME methods don't necessarily
|
||||
// get called on the same ChildView that input is going through.
|
||||
NS_IMETHODIMP nsChildView::ResetInputState()
|
||||
|
Loading…
Reference in New Issue
Block a user