diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-13 14:54:47 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-05-13 15:31:18 +0000 |
| commit | 2a65f538622faec2e24857435cc40016bac45813 (patch) | |
| tree | b8073ff0506991ca42344c292e81ce019951a0bf /bin | |
| parent | add fltk4lua copilot UI (diff) | |
| download | alive-2a65f538622faec2e24857435cc40016bac45813.tar.gz alive-2a65f538622faec2e24857435cc40016bac45813.zip | |
add website to version.moon, update rockspec
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/alv-fltk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/alv-fltk b/bin/alv-fltk index 526724c..8075540 100755 --- a/bin/alv-fltk +++ b/bin/alv-fltk @@ -28,7 +28,7 @@ class GUICopilot extends Copilot \add "&File/&Open script", '^o', -> @open! \add "&File/&Quit", '^q', -> @window\hide! @pause = \add "Run (^P)", '^p', @\pause, nil, fl.MENU_TOGGLE - \add "Help", nil, -> fl.open_uri 'https://alv.s-ol.nu' + \add "Help", nil, -> fl.open_uri version.web tile = fl.Tile 5, 40, 390, 160 @window.resizable = tile @@ -75,7 +75,7 @@ class GUICopilot extends Copilot about: => fl.alert "alive #{version.tag} fltkCopilot. -visit alv.s-ol.nu for more information." +visit #{version.web} for more information." open: (file) => file or= fl.file_chooser "Open Script", '*.alv', 'script.alv' |
