summaryrefslogtreecommitdiff
path: root/fluid/app/shell_command.h
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 23:48:25 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 23:48:25 +0500
commitc53067d2f6cfd6e3c6b476c51ab8c4b931e40a30 (patch)
tree95bfab59b2d9a38a57b6aa05244cab2d0435c7d2 /fluid/app/shell_command.h
parent57860e277f2298ad6c0830b1492087cfa124c862 (diff)
wip
Diffstat (limited to 'fluid/app/shell_command.h')
-rw-r--r--fluid/app/shell_command.h2
1 files changed, 1 insertions, 1 deletions
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 { };