mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 578718 Qt should use modern unix keybindings instead of classic keybindings
r=ted a=blocking-fennec2.0b1 --HG-- rename : content/xbl/builtin/gtk2/Makefile.in => content/xbl/builtin/unix/Makefile.in rename : content/xbl/builtin/gtk2/jar.mn => content/xbl/builtin/unix/jar.mn rename : content/xbl/builtin/gtk2/platformHTMLBindings.xml => content/xbl/builtin/unix/platformHTMLBindings.xml
This commit is contained in:
parent
f6b52bd66d
commit
ad70925f4f
@ -48,8 +48,8 @@ else
|
||||
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||
DIRS = mac
|
||||
else
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
||||
DIRS = gtk2
|
||||
ifneq (,$(filter qt gtk2,$(MOZ_WIDGET_TOOLKIT)))
|
||||
DIRS = unix
|
||||
else
|
||||
DIRS = emacs
|
||||
endif
|
||||
|
@ -255,8 +255,8 @@ MAKEFILES_content="
|
||||
content/xbl/src/Makefile
|
||||
content/xbl/builtin/Makefile
|
||||
content/xbl/builtin/emacs/Makefile
|
||||
content/xbl/builtin/gtk2/Makefile
|
||||
content/xbl/builtin/mac/Makefile
|
||||
content/xbl/builtin/unix/Makefile
|
||||
content/xslt/Makefile
|
||||
content/xslt/public/Makefile
|
||||
content/xslt/src/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user