Mercurial > hg > svgui
diff view/ViewManager.cpp @ 645:c8f45afb83d5 tonioni
added NoteEdit tool mode
author | gyorgyf |
---|---|
date | Sat, 15 Jun 2013 16:16:24 +0100 |
parents | 5b72899d692b |
children | 1a0fdad4af4d |
line wrap: on
line diff
--- a/view/ViewManager.cpp Sat Apr 20 08:38:37 2013 +0100 +++ b/view/ViewManager.cpp Sat Jun 15 16:16:24 2013 +0100 @@ -360,6 +360,7 @@ case DrawMode: emit activity(tr("Enter Draw mode")); break; case EraseMode: emit activity(tr("Enter Erase mode")); break; case MeasureMode: emit activity(tr("Enter Measure mode")); break; + case NoteEditMode: emit activity(tr("Enter NoteEdit mode")); break; // GF: NoteEditMode activity (I'm not yet certain why we need to emit this.) }; }