Updated VS project file, fixed compiler warning.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5668 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-07-07 23:51:15 +00:00
parent 2b3eac1746
commit 86715b59c1
2 changed files with 9 additions and 1 deletions

View File

@ -46,7 +46,7 @@ void ProgressBarWidget::add()
void ProgressBarWidget::setValue(int value)
{
m_value = value;
setLabel(std::string(StringUtils::toString(value) + "\%").c_str());
setLabel(std::string(StringUtils::toString(value) + "%").c_str());
}
// -----------------------------------------------------------------------------

View File

@ -381,6 +381,10 @@
RelativePath="..\..\guiengine\widgets\model_view_widget.cpp"
>
</File>
<File
RelativePath="..\..\guiengine\widgets\progress_bar_widget.cpp"
>
</File>
<File
RelativePath="..\..\guiengine\widgets\ribbon_widget.cpp"
>
@ -1147,6 +1151,10 @@
RelativePath="..\..\guiengine\widgets\model_view_widget.hpp"
>
</File>
<File
RelativePath="..\..\guiengine\widgets\progress_bar_widget.hpp"
>
</File>
<File
RelativePath="..\..\guiengine\widgets\ribbon_widget.hpp"
>