From 90cd4700c8debd2a923a93d92b1f7180a7e43157 Mon Sep 17 00:00:00 2001 From: xavier Date: Sun, 6 Dec 2009 22:48:08 +0000 Subject: [PATCH] Typo dans un commentaire. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@808 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/diagramcommands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/diagramcommands.cpp b/sources/diagramcommands.cpp index 09aa0e82f..6d799755d 100644 --- a/sources/diagramcommands.cpp +++ b/sources/diagramcommands.cpp @@ -84,7 +84,7 @@ void AddTextCommand::undo() { diagram -> removeDiagramTextItem(textitem); } -/// Refait l'ajour +/// Refait l'ajout void AddTextCommand::redo() { diagram -> addDiagramTextItem(textitem); textitem -> setPos(position);