Changeset 223:b12bd5ce792d for src/mlx/gui
- Timestamp:
- 06/04/12 11:59:33 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/pirep.py
r222 r223 214 214 self._rating.set_text("%.1f %%" % (rating,)) 215 215 216 self._flownCargoWeight.set_text("%.0f" % (pirep.cargoWeight,)) 216 217 self._flightType.set_text(xstr("flighttype_" + 217 218 flightType2string(pirep.flightType))) … … 510 511 mainBox.pack_start(dataBox, False, False, 0) 511 512 513 self._flownCargoWeight = \ 514 PIREPViewer.addLabeledData(dataBox, 515 xstr("pirepView_cargoWeight"), 516 width = 6) 517 512 518 self._flightType = \ 513 519 PIREPViewer.addLabeledData(dataBox,
Note:
See TracChangeset
for help on using the changeset viewer.