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:
parent
2b3eac1746
commit
86715b59c1
@ -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());
|
||||
}
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
|
@ -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"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user