~ubuntu-branches/ubuntu/wily/playonlinux/wily-proposed

« back to all changes in this revision

Viewing changes to python/guiv3.py

  • Committer: Package Import Robot
  • Author(s): Bertrand Marc
  • Date: 2011-12-10 15:48:27 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20111210154827-z9pylhgrahjh7eu1
Tags: 4.0.14-1
* New upstream release.
* Add the new TRANSLATORS file to debian/playonlinux.docs.
* Refresh patches/x-terminal-emulator.diff.
* Install etc/playonlinux.gpg to verify downloaded scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
                if(os.environ["POL_OS"] == "Mac"): 
227
227
                        os.system("open http://www.playonmac.com/en/register.html")
228
228
                else:
229
 
                        os.system("xdg-open http://www.playonmac.com/en/register.html")
 
229
                        os.system("xdg-open http://www.playonlinux.com/en/register.html")
230
230
                
231
231
        def DrawImage(self):                    
232
232
                self.left_image.Show()
455
455
                                                print("FAIL")
456
456
                                        else:
457
457
                                                self.release(self)
458
 
                                                print("Bon ok")
459
458
                                        self.downloading = False
460
459
                                
461
460