Changeset 1178:cd1b4199e2e2 for src
- Timestamp:
- 10/20/24 13:04:49 (5 weeks ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/gui.py
r1177 r1178 1713 1713 dialog.add_button(xstr("button_cancel"), Gtk.ResponseType.REJECT) 1714 1714 dialog.add_button(xstr("viewPIREP"), 1) 1715 dialog.add_button(xstr("sendPIREP"), Gtk.ResponseType.OK) 1715 if self.loggedIn: 1716 dialog.add_button(xstr("sendPIREP"), Gtk.ResponseType.OK) 1716 1717 1717 1718 return dialog
Note:
See TracChangeset
for help on using the changeset viewer.