photosgallery/commonui/src/glxnavigationalstate.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 12 ce1c7ad1f18b
child 19 420f6808bf21
--- a/photosgallery/commonui/src/glxnavigationalstate.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/commonui/src/glxnavigationalstate.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -250,7 +250,7 @@
     void SetToViewMode()
         {
          iViewingMode = NGlxNavigationalState::EView;
-         // inform the observers( only appui!! ) that the mode is view
+         // inform the observers( only appui ) that the mode is view
          NotifyObserversOfStateChange();
          
         }
@@ -436,7 +436,7 @@
 EXPORT_C void CGlxNavigationalState::SetToViewMode()
     {
     iImp->SetToViewMode();
-    // inform the observers( only appui!! ) that the mode is view
+    // inform the observers( only appui ) that the mode is view
     }
 
 // -----------------------------------------------------------------------------