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:
parent
7fb3a6fb0b
commit
c3d40b798a
@ -46,7 +46,7 @@ AddonsLoading::AddonsLoading(const float w, const float h,
|
|||||||
m_icon_shown = false;
|
m_icon_shown = false;
|
||||||
m_download_request = NULL;
|
m_download_request = NULL;
|
||||||
|
|
||||||
loadFromFile("addons_view_dialog.stkgui");
|
loadFromFile("addons_loading.stkgui");
|
||||||
|
|
||||||
m_icon = getWidget<IconButtonWidget> ("icon" );
|
m_icon = getWidget<IconButtonWidget> ("icon" );
|
||||||
m_progress = getWidget<ProgressBarWidget>("progress");
|
m_progress = getWidget<ProgressBarWidget>("progress");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user