[Seved]
I found the problem in code:
-> it was: line 109-110 of PicasaRunner.cs says
if (localAppDataXPLocalPart1 != localAppDataXPEngPart1
&& localAppDataXPLocalPart2 != localAppDataXPEngPart2)
but my swedish XP has ...LocalPart2 equal to ...EngPart2 (not correct
swedish but that is how it is). Thus the test should be '||' (or) instead of
'&&' (and). I have tested it and it works!
Original issue reported on code.google.com by pieter.r...@gmail.com on 3 May 2011 at 8:49
Original issue reported on code.google.com by
pieter.r...@gmail.com
on 3 May 2011 at 8:49