Renamed addons_view_dialog.stkgui to addons_loading.stkgui,

so that the stkgui name is the same as the source file name.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8625 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-05-17 06:43:18 +00:00
parent 7fb3a6fb0b
commit c3d40b798a
2 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ AddonsLoading::AddonsLoading(const float w, const float h,
m_icon_shown = false;
m_download_request = NULL;
loadFromFile("addons_view_dialog.stkgui");
loadFromFile("addons_loading.stkgui");
m_icon = getWidget<IconButtonWidget> ("icon" );
m_progress = getWidget<ProgressBarWidget>("progress");