EarlBoss / picasastarter

PicasaStarter Project
1 stars 1 forks source link

Problem with PicasaStarter on localized computer #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
[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

GoogleCodeExporter commented 8 years ago
Thanks a lot for the bigfix seved!!!

Original comment by pieter.r...@gmail.com on 3 May 2011 at 8:50

GoogleCodeExporter commented 8 years ago

Original comment by pieter.r...@gmail.com on 3 Nov 2011 at 12:43