http://bugs.winehq.org/show_bug.cgi?id=20742
--- Comment #1 from Satoshi Nakamoto nakamoto2@users.sourceforge.net 2009-11-17 13:21:01 --- Clarification: in my test case, I'm using sort-descending, so I have: "0040" "0030" "0020" "0010"
If I insert "0025" and "0050", I get: "0040" "0030" "0020" "0010" "0025" "0050"
I tried to workaround by changing the values to 10000-x and using sort-ascending, but it still didn't sort right.