Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/SelectionAction/Atoms/PopAtomsAction.cpp

    r3213f2 rc1d837  
    6363ActionState::ptr SelectionPopAtomsAction::performUndo(ActionState::ptr _state) {
    6464  SelectionPopAtomsState *state = static_cast<SelectionPopAtomsState *>(_state.get());
    65   LOG(1, "Popping atom selection.");
     65  LOG(1, "Pushing atom selection.");
    6666  World::getInstance().pushAtomSelection();
    6767
Note: See TracChangeset for help on using the changeset viewer.