iaupdate/IAD/ui/src/iaupdatemainwindow.cpp
changeset 80 9dcba1ee99f7
parent 77 d1838696558c
--- a/iaupdate/IAD/ui/src/iaupdatemainwindow.cpp	Thu Oct 14 14:11:30 2010 +0300
+++ b/iaupdate/IAD/ui/src/iaupdatemainwindow.cpp	Wed Oct 20 14:52:56 2010 +0300
@@ -32,7 +32,7 @@
     addSettingView();
     
     // show the main window (which will display the last view that was added)
-    show();   //temp
+    show();   
 }
 
 // Destructor
@@ -102,6 +102,7 @@
    
 CIAUpdateSettingDialog* IAUpdateMainWindow::GetSettingView()
 {
-    return mSettingView;}
+    return mSettingView;
+}