Fix call/dryrun label

This commit is contained in:
2025-02-27 19:57:33 +09:00
parent 1c8e2e9de4
commit 7b95987fe2
13 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
%%% @end
-module(clutch).
-vsn("0.4.0").
-vsn("0.4.1").
-behavior(application).
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>").
+1 -1
View File
@@ -3,7 +3,7 @@
%%% @end
-module(gmc_con).
-vsn("0.4.0").
-vsn("0.4.1").
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").
+1 -1
View File
@@ -37,7 +37,7 @@
%%% @end
-module(gmc_grids).
-vsn("0.4.0").
-vsn("0.4.1").
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").
+1 -1
View File
@@ -3,7 +3,7 @@
%%% @end
-module(gmc_gui).
-vsn("0.4.0").
-vsn("0.4.1").
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").
+1 -1
View File
@@ -15,7 +15,7 @@
%%% translation library is retained).
-module(gmc_jt).
-vsn("0.4.0").
-vsn("0.4.1").
-export([read_translations/1, j/2, oneshot_j/2]).
+1 -1
View File
@@ -8,7 +8,7 @@
%%% @end
-module(gmc_key_master).
-vsn("0.4.0").
-vsn("0.4.1").
-export([make_key/2, encode/1, decode/1]).
+1 -1
View File
@@ -12,7 +12,7 @@
%%% @end
-module(gmc_sup).
-vsn("0.4.0").
-vsn("0.4.1").
-behaviour(supervisor).
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>").
+1 -1
View File
@@ -1,5 +1,5 @@
-module(gmc_v).
-vsn("0.4.0").
-vsn("0.4.1").
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").
+7 -2
View File
@@ -1,5 +1,5 @@
-module(gmc_v_devman).
-vsn("0.4.0").
-vsn("0.4.1").
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").
@@ -317,7 +317,12 @@ clicked3(State = #s{frame = Frame, j = J}, Contract, Name, Selected, Keys) ->
DefGasP = hz:min_gas_price(),
DefGas = 5000000,
DefAmount = 0,
Dialog = wxDialog:new(Frame, ?wxID_ANY, J("Deploy Contract")),
Label =
case element(2, Name) of
call -> "Contract Call";
dryr -> "Dry Run"
end,
Dialog = wxDialog:new(Frame, ?wxID_ANY, J(Label)),
Sizer = wxBoxSizer:new(?wxVERTICAL),
KeySz = wxStaticBoxSizer:new(?wxVERTICAL, Dialog, [{label, J("Signature Key")}]),
KeyPicker = wxChoice:new(Dialog, ?wxID_ANY, [{choices, Keys}]),
+1 -1
View File
@@ -1,5 +1,5 @@
-module(gmc_v_netman).
-vsn("0.4.0").
-vsn("0.4.1").
-author("Craig Everett <zxq9@zxq9.com>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").
+1 -1
View File
@@ -1,5 +1,5 @@
-module(gmc_v_wallman).
-vsn("0.4.0").
-vsn("0.4.1").
-author("Craig Everett <zxq9@zxq9.com>").
-copyright("QPQ AG <info@qpq.swiss>").
-license("GPL-3.0-or-later").