Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/belangeo/pyo
Browse files Browse the repository at this point in the history
  • Loading branch information
belangeo committed Sep 4, 2018
2 parents dc9740e + ebeb486 commit 13d6728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/E-Pyo.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
You can do absolutely everything you want with this piece of software.
Olivier Belanger - 2016
Olivier Belanger - 2018
TODO:
- Fix printing to pdf.
Expand Down Expand Up @@ -3441,7 +3441,7 @@ def onHelpAbout(self, evt):
info = AboutDialogInfo()
info.Name = APP_NAME
info.Version = APP_VERSION
info.Copyright = u"(C) 2016 Olivier Belanger"
info.Copyright = u"(C) 2018 Olivier Belanger"
info.Description = "E-Pyo is a text editor especially configured to edit pyo audio programs.\n\n"
AboutBox(info)

Expand Down

0 comments on commit 13d6728

Please sign in to comment.