diff options
| author | tassaron | 2017-08-20 22:04:57 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-20 22:04:57 -0400 |
| commit | 9d9c4076ac1dfccdd1a753d137d87bcf5f179e3b (patch) | |
| tree | 5349355724a72edf06b2451f13721f72106bb284 /src/component.py | |
| parent | 6bf8a553d6170e0ca6e7d2002e46ae327a6e5e81 (diff) | |
added undo button to GUI
with icons that theoretically should look ok cross-platform
Diffstat (limited to 'src/component.py')
| -rw-r--r-- | src/component.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/component.py b/src/component.py index 1f55a19..35fc717 100644 --- a/src/component.py +++ b/src/component.py @@ -823,7 +823,7 @@ class ComponentUpdate(QtWidgets.QUndoCommand): '''Command object for making a component action undoable''' def __init__(self, parent, oldWidgetVals, modifiedVals): super().__init__( - 'Changed %s component #%s' % ( + 'change %s component #%s' % ( parent.name, parent.compPos ) ) |
