Re: [1/2] wineps.drv: Add an ability to select device resolution from UI.

2012-12-21 Thread Alexandre Julliard
Dmitry Timoshkov writes: > Actually I did that, but then tested under Russian Windows7 and it's 'dpi' > there, so I'd assume that it's either considered as a common term, or it's > driver dependent (although all remaining driver UIs are in Russian here). > If you still think that it should be tra

Re: [1/2] wineps.drv: Add an ability to select device resolution from UI.

2012-12-21 Thread Dmitry Timoshkov
Alexandre Julliard wrote: > > @@ -224,10 +229,13 @@ typedef struct > > static INT_PTR CALLBACK PSDRV_PaperDlgProc(HWND hwnd, UINT msg, > > WPARAM wParam, LPARAM lParam) > > { > > + static const WCHAR resW[] = {'%','d',' ','d','p','i',0}; > > + stati

Re: [1/2] wineps.drv: Add an ability to select device resolution from UI.

2012-12-21 Thread Alexandre Julliard
Dmitry Timoshkov writes: > @@ -224,10 +229,13 @@ typedef struct > static INT_PTR CALLBACK PSDRV_PaperDlgProc(HWND hwnd, UINT msg, > WPARAM wParam, LPARAM lParam) > { > + static const WCHAR resW[] = {'%','d',' ','d','p','i',0}; > + static const WCHAR