From: mfranz Date: Sun, 27 Apr 2008 17:50:44 +0000 (+0000) Subject: move constants here so that the file is complete in the Attic/ X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=586bfe0aea43c648f2be9ecd32f81e09cf5a5373;p=flightgear.git move constants here so that the file is complete in the Attic/ --- diff --git a/src/GUI/sgVec3Slider.cxx b/src/GUI/sgVec3Slider.cxx index a2c133eb3..77a9abffd 100644 --- a/src/GUI/sgVec3Slider.cxx +++ b/src/GUI/sgVec3Slider.cxx @@ -16,6 +16,14 @@ #include
#include + +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) {