Changeset 1081:f5a181f3329e
- Timestamp:
- 02/15/23 19:21:12 (21 months ago)
- Branch:
- python3
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
license.txt
r1010 r1081 1 Copyright © 2012 - 20 19István Váradi1 Copyright © 2012 - 2023 István Váradi 2 2 3 This software is placed in the public domain. In no event should the author shouldbe held liable for any damages arising from the use of this software.3 This software is placed in the public domain. In no event should the author be held liable for any damages arising from the use of this software. -
src/mlx/gui/gui.py
r1046 r1081 1852 1852 dialog.set_program_name(PROGRAM_NAME) 1853 1853 dialog.set_version(const.VERSION) 1854 dialog.set_copyright("(c) 2012 - 202 2by István Váradi")1854 dialog.set_copyright("(c) 2012 - 2023 by István Váradi") 1855 1855 dialog.set_website("http://mlx.varadiistvan.hu") 1856 1856 dialog.set_website_label(xstr("about_website"))
Note:
See TracChangeset
for help on using the changeset viewer.