# HG changeset patch # User belphegorr # Date 1345369834 -10800 # Node ID c422845b8d1f14358cb4b33fcec69ec5e33398f1 # Parent 0b8d498dda880c2bef8fa0853a52672bc030e26f Fixed a typo, frontend is now working properly diff -r 0b8d498dda88 -r c422845b8d1f QTfrontend/hwform.cpp --- 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); diff -r 0b8d498dda88 -r c422845b8d1f QTfrontend/hwform.h --- 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();