Fixed a typo, frontend is now working properly
authorbelphegorr <szabibibi@gmail.com>
Sun, 19 Aug 2012 12:50:34 +0300
changeset 7490 c422845b8d1f
parent 7487 0b8d498dda88
child 7493 f261d6bf76b3
Fixed a typo, frontend is now working properly
QTfrontend/hwform.cpp
QTfrontend/hwform.h
--- a/QTfrontend/hwform.cpp	Thu Aug 30 12:31:54 2012 -0400
+++ b/QTfrontend/hwform.cpp	Sun Aug 19 12:50:34 2012 +0300
@@ -1592,7 +1592,7 @@
     }
 }
 
-void HWForm::UpdatecampaignPageProgress(int index)
+void HWForm::UpdateCampaignPageProgress(int index)
 {
   int missionIndex = ui.pageCampaign->CBMission->currentIndex();
   UpdateCampaignPage(0);
--- a/QTfrontend/hwform.h	Thu Aug 30 12:31:54 2012 -0400
+++ b/QTfrontend/hwform.h	Sun Aug 19 12:50:34 2012 +0300
@@ -121,7 +121,7 @@
         void onFrontendEffects(bool value);
         void Music(bool checked);
         void UpdateCampaignPage(int index);
-        void UpdatecampaignPageProgress(int index);
+        void UpdateCampaignPageProgress(int index);
         void InitCampaignPage();
         //Starts the transmission process for the feedback
         void SendFeedback();