Module: wine Branch: master Commit: 0ae471092617493baafbfcba115fcd51ccfcbd6e URL: http://source.winehq.org/git/wine.git/?a=commit;h=0ae471092617493baafbfcba11...
Author: Lucas Fialho Zawacki lfzawacki@gmail.com Date: Thu Sep 1 15:34:35 2011 -0300
dinput: Added ConfigureDevices dialog.
---
configure | 2 +- configure.ac | 2 +- dlls/dinput/Makefile.in | 9 +++++- dlls/dinput/{version.rc => config.c} | 30 ++++++++++++++++++------ dlls/dinput/{version.rc => dinput.rc} | 10 ++++++++ dlls/dinput/dinput_En.rc | 40 +++++++++++++++++++++++++++++++++ dlls/dinput/dinput_main.c | 3 +- dlls/dinput/dinput_private.h | 2 + dlls/dinput/resource.h | 35 ++++++++++++++++++++++++++++ po/ar.po | 9 +++++++ po/bg.po | 9 +++++++ po/ca.po | 8 ++++++ po/cs.po | 9 +++++++ po/da.po | 10 ++++++++ po/de.po | 10 ++++++++ po/el.po | 9 +++++++ po/en.po | 8 ++++++ po/en_US.po | 8 ++++++ po/eo.po | 9 +++++++ po/es.po | 10 ++++++++ po/fa.po | 9 +++++++ po/fi.po | 9 +++++++ po/fr.po | 10 ++++++++ po/he.po | 10 ++++++++ po/hi.po | 8 ++++++ po/hu.po | 10 ++++++++ po/it.po | 10 ++++++++ po/ja.po | 10 ++++++++ po/ko.po | 10 ++++++++ po/lt.po | 10 ++++++++ po/ml.po | 8 ++++++ po/nb_NO.po | 10 ++++++++ po/nl.po | 10 ++++++++ po/or.po | 8 ++++++ po/pa.po | 8 ++++++ po/pl.po | 10 ++++++++ po/pt_BR.po | 10 ++++++++ po/pt_PT.po | 10 ++++++++ po/rm.po | 9 +++++++ po/ro.po | 10 ++++++++ po/ru.po | 10 ++++++++ po/sk.po | 9 +++++++ po/sl.po | 10 ++++++++ po/sr_RS@cyrillic.po | 10 ++++++++ po/sr_RS@latin.po | 10 ++++++++ po/sv.po | 10 ++++++++ po/te.po | 8 ++++++ po/th.po | 9 +++++++ po/tr.po | 10 ++++++++ po/uk.po | 10 ++++++++ po/wa.po | 9 +++++++ po/wine.pot | 8 ++++++ po/zh_CN.po | 10 ++++++++ po/zh_TW.po | 10 ++++++++ 54 files changed, 541 insertions(+), 13 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0ae471092617493baafbfc...