627812ffbb
Basically it builds, but I still don't know how to run it. I imagine the installPhase is still too poor, but it's better than nothing. I also added two mygui versions. That stable, and that required by Rigs of Roads (svn). svn path=/nixpkgs/trunk/; revision=26618
14 lines
440 B
Diff
14 lines
440 B
Diff
diff --git a/source/configurator/configurator.cpp b/source/configurator/configurator.cpp
|
|
index c058820..5a4b316 100644
|
|
--- a/source/configurator/configurator.cpp
|
|
+++ b/source/configurator/configurator.cpp
|
|
@@ -2155,7 +2155,7 @@ void MyDialog::OnsightrangesliderScroll(wxScrollEvent &e)
|
|
int v = sightRange->GetValue();
|
|
if(v == sightRange->GetMax())
|
|
{
|
|
- s = "Unlimited";
|
|
+ s = _("Unlimited");
|
|
} else
|
|
{
|
|
s.Printf(wxT("%i m"), v);
|