Is something wrong with this patch?
It's just a translation update and Matteo Bruni said it looks good to
him: http://www.winehq.org/pipermail/wine-devel/2013-June/100264.html
~Fabian
Am 20.06.2013 17:55, schrieb Bruno Jesus:
On Thu, Jun 20, 2013 at 12:42 PM, Fabian Ebner wrote:
Allow winetest to output stuff inside a wineconsole.
Fixes http://bugs.winehq.org/show_bug.cgi?id=28191
---
programs/winetest/gui.c | 6 +++---
programs/winetest/main.c | 2
Am 17.06.2013 18:56, schrieb Matteo Bruni:
2013/6/17 Fabian Ebner :
Fixed a typo and a sentence, thanks to Matteo
---
po/it.po | 40 ++--
1 file changed, 14 insertions(+), 26 deletions(-)
#: jscript.rc:39
msgid "'return' statement outs
Hello,
I'm Fabian Ebner and work with wine as a hobby.
I found that GetShortNameA converts the example path
C:\123456789\dn\DN.COM
to
C:\1234~Q4C\dn\DN.COM
which causes problems with dosbox integration.
Dosbox would need the path as
C:\123456~1\dn\DN.COM
Is there another function that con