From c53067d2f6cfd6e3c6b476c51ab8c4b931e40a30 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Thu, 5 Feb 2026 23:48:25 +0500 Subject: wip --- fluid/app/shell_command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/app/shell_command.h') diff --git a/fluid/app/shell_command.h b/fluid/app/shell_command.h index bc7a18c3e..b9e68ca15 100644 --- a/fluid/app/shell_command.h +++ b/fluid/app/shell_command.h @@ -104,7 +104,7 @@ public: std::string name { }; std::string label { }; Fl_Shortcut shortcut = 0; - fld::Tool_Store storage = fld::Tool_Store::USER; + fld::Tool_Store storage = FLD_TOOL_STORE_USER; int condition = ALWAYS; // always, hide, windows only, linux only, mac only, user, machine std::string condition_data { }; // user name, machine name std::string command { }; -- cgit v1.2.3