From: Rudolf Polzer Date: Sat, 12 Nov 2011 11:25:30 +0000 (+0100) Subject: explain BP mode X-Git-Tag: xonotic-v0.6.0~56 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=ffae4a0febc1820053a48f837a431126f76cca79 explain BP mode --- diff --git a/radiant/brushmodule.cpp b/radiant/brushmodule.cpp index 3cdf77a8..f493156c 100644 --- a/radiant/brushmodule.cpp +++ b/radiant/brushmodule.cpp @@ -34,7 +34,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "mainframe.h" #include "preferences.h" -LatchedBool g_useAlternativeTextureProjection(false, "Use alternative texture-projection"); +LatchedBool g_useAlternativeTextureProjection(false, "Use alternative texture-projection (\"brush primitives\")"); bool g_showAlternativeTextureProjectionOption = false; bool g_brush_always_caulk; @@ -69,7 +69,7 @@ void Brush_constructPreferences(PreferencesPage& page) if(g_showAlternativeTextureProjectionOption) { page.appendCheckBox( - "", "Use alternative texture-projection", + "", "Use alternative texture-projection (\"brush primitives\")", LatchedBoolImportCaller(g_useAlternativeTextureProjection), BoolExportCaller(g_useAlternativeTextureProjection.m_latched) );