http://bugs.winehq.org/show_bug.cgi?id=35025
zippy gohabsgo60@yahoo.ca changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |user32
--- Comment #3 from zippy gohabsgo60@yahoo.ca 2013-12-09 15:23:21 CST --- according to MSDN (http://msdn.microsoft.com/en-us/library/windows/desktop/ff700543%28v=vs.85%2...):
Using the WS_EX_RIGHT style for static or edit controls has the same effect as using the SS_RIGHT or ES_RIGHT style, respectively. Using this style with button controls has the same effect as using BS_RIGHT and BS_RIGHTBUTTON styles.
---------
so all that needs to be done is for wine's dialog template parser to check if WS_EX_RIGHT is set and then set the appropriate window style flags depending on the type of control.
*** setting the bug's component to user32.