From 586bfe0aea43c648f2be9ecd32f81e09cf5a5373 Mon Sep 17 00:00:00 2001 From: mfranz Date: Sun, 27 Apr 2008 17:50:44 +0000 Subject: [PATCH] move constants here so that the file is complete in the Attic/ --- src/GUI/sgVec3Slider.cxx | 8 ++++++++ 1 file changed, 8 insertions(+) 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) { -- 2.39.5