diff -r 84fb13d1b3d2 -r ecaac955c16a objdictgen/doc_index/DS301_index.py --- a/objdictgen/doc_index/DS301_index.py Fri Jul 17 11:56:24 2009 +0200 +++ b/objdictgen/doc_index/DS301_index.py Fri Jul 17 13:47:39 2009 +0200 @@ -45,5 +45,8 @@ os.system("xpdf -remote DS301 %s &"%os.path.join(cwd, "doc","301_v04000201.pdf")) return True except: - return """Check if xpdf is correctly installed on your computer""" - \ No newline at end of file + if wx.Platform == '__WXMSW__': + return """Check if Acrobat Reader is correctly installed on your computer""" + else: + return """Check if xpdf is correctly installed on your computer""" + \ No newline at end of file