]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
sync bkgrnd2d with ZeroRadiant (const only)
authordivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Mon, 4 Jan 2010 10:41:38 +0000 (10:41 +0000)
committerdivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Mon, 4 Jan 2010 10:41:38 +0000 (10:41 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@410 61c419a2-8eb2-4b30-bcec-8cead039b335

contrib/bkgrnd2d/plugin.cpp

index 09e9ed7c8f92be2d068802b6437135b9afd87402..a37882c5581bc273f8a4e4ebef72d3966e9e040a 100644 (file)
@@ -97,9 +97,9 @@ void DoBkgrndToggleYZ();
 #define NUM_TOOLBAR_BUTTONS 4
 struct toolbar_button_info_s
 {
-       char *image;
-       char *text;
-       char *tip;
+       const char *image;
+       const char *text;
+       const char *tip;
        void (*func)();
        IToolbarButton::EType type;
 };