objdictgen/doc_index/DS301_index.py
changeset 569 ecaac955c16a
parent 408 f85552acc2bf
child 580 2ae92a99ac10
--- 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