Re: [lostwages] Set about page to use h3 instead of h2 as text is too large

2009-08-06 Thread Yuri Khan
On Thu, Aug 6, 2009 at 19:50, Scott Ritchie wrote: > -Open Source and User Driven > +Open Source and User Driven Font size is not a valid excuse for skipping heading levels. Presentation issues should be handled in CSS.

Re: How to expanding environmental variables?

2009-07-20 Thread Yuri Khan
On Sat, Jul 18, 2009 at 06:16, Austin English wrote: > I need a portable way to get to the shared documents folder, e.g.,: > Windows XP: > C:\Documents and Settings\All Users\Shared Documents > WIndows Vista: > C:\users\Public\Public Documents > Wine: > C:\users\Public\Documents In Windows, the pr

Re: [1/2] winemine: Add ellipses for menu entries that open new dialog windows

2009-07-09 Thread Yuri Khan
On Thu, Jul 9, 2009 at 15:53, Anders Jonsson wrote: >     POPUP "&Info" { > -        MENUITEM "&Fastest Times",    IDM_TIMES > +        MENUITEM "&Fastest Times...", IDM_TIMES >         MENUITEM "&About",         IDM_ABOUT >     } According to Microsoft's guidelines, an ellipsis is only necessary

Re: winex11.drv: Move clipboard handling to a separate thread

2009-07-02 Thread Yuri Khan
On Wed, Jul 1, 2009 at 21:07, Alexandre Julliard wrote: >> This patch achieves this by creating an auxiliary thread that will run >> in the same process that puts data on the clipboard and handle X >> selection messages. > That looks quite inefficient, especially since you create a new thread > e