]> git.mxchange.org Git - flightgear.git/commitdiff
move constants here so that the file is complete in the Attic/
authormfranz <mfranz>
Sun, 27 Apr 2008 17:50:44 +0000 (17:50 +0000)
committermfranz <mfranz>
Sun, 27 Apr 2008 17:50:44 +0000 (17:50 +0000)
src/GUI/sgVec3Slider.cxx

index a2c133eb3cfc71c477272544f040296da394282c..77a9abffdcc9edbc1de65c76bdf2332628ad0315 100644 (file)
 #include <Main/fg_props.hxx>
 #include <simgear/sg_inlines.h>
 
+
+const char *gui_msg_OK     = "OK";
+const char *gui_msg_NO     = "NO";
+const char *gui_msg_YES    = "YES";
+const char *gui_msg_CANCEL = "CANCEL";
+const char *gui_msg_RESET  = "RESET";
+
+
 static void
 setPilotXOffset (float value)
 {