Changeset 1010:e2b76a41d9ca
- Timestamp:
- 07/14/19 11:39:25 (5 years ago)
- Branch:
- python3
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
license.txt
r874 r1010 1 Copyright © 2012 - 201 7István Váradi1 Copyright © 2012 - 2019 István Váradi 2 2 3 3 This software is placed in the public domain. In no event should the author should be held liable for any damages arising from the use of this software. -
src/mlx/gui/gui.py
r999 r1010 1832 1832 dialog.set_program_name(PROGRAM_NAME) 1833 1833 dialog.set_version(const.VERSION) 1834 dialog.set_copyright("(c) 2012 by István Váradi")1834 dialog.set_copyright("(c) 2012 - 2019 by István Váradi") 1835 1835 dialog.set_website("http://mlx.varadiistvan.hu") 1836 1836 dialog.set_website_label(xstr("about_website"))
Note:
See TracChangeset
for help on using the changeset viewer.