Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 547cbc319d | |||
| 8335e326bd | |||
| 7a65a8c50f |
@@ -498,7 +498,7 @@ check_quote2(State = #s{path = PathP}, PubKey) ->
|
||||
end.
|
||||
|
||||
check_quote3(State = #s{ttl = TTL_T}, PubKey, Path) ->
|
||||
TTL_S = wxTextCtrl:getValue(TTL_T),
|
||||
TTL_S = wxTextCtrl:getValue(TTL_T),
|
||||
case string_to_int(TTL_S) of
|
||||
{ok, TTL} ->
|
||||
check_quote4(State, PubKey, Path, TTL);
|
||||
|
||||
@@ -128,7 +128,7 @@ init({Prefs, Manifest}) ->
|
||||
Trans = gd_jt:read_translations(?MODULE),
|
||||
J = gd_jt:j(Lang, Trans),
|
||||
Wx = wx:new(),
|
||||
Frame = wxFrame:new(Wx, ?wxID_ANY, J("Contracts")),
|
||||
Frame = wxFrame:new(Wx, ?wxID_ANY, "FateWeaver"),
|
||||
|
||||
MainSz = wxBoxSizer:new(?wxVERTICAL),
|
||||
TopBook = wxNotebook:new(Frame, ?wxID_ANY, [{style, ?wxBK_DEFAULT}]),
|
||||
|
||||
Reference in New Issue
Block a user