[Uml-devel] branches/work/isi-umbrello/umbrello/umbrello
Caroline Bourdeu d'Aguerre
cbda at free.fr
Tue Feb 13 15:28:53 UTC 2007
SVN commit 633231 by bourdeu:
Fix a mistyping error.
M +1 -1 uml.cpp
--- branches/work/isi-umbrello/umbrello/umbrello/uml.cpp #633230:633231
@@ -119,7 +119,7 @@
m_doc = new UMLDoc();
m_doc->init();
m_pUndoStack = new KUndoStack(this);
- m_hasBeginMacro = false;
+ m_hasBegunMacro = false;
initActions(); //now calls initStatusBar() because it is affected by setupGUI()
initView();
initClip();
More information about the umbrello-devel
mailing list