diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-23 20:28:45 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-23 20:28:45 +0000 |
commit | 3b161426f5b6d516f8b203a1872c501a7b6eb7cf (patch) | |
tree | de03e58553d90ece9ff0db14dc596456ffdbdaef | |
parent | b882d82986c8fd2aff3adc559e78ec0c6cabe299 (diff) |
fix typo
-rwxr-xr-x | libsisyphus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsisyphus b/libsisyphus index a5d3184..8ff8b88 100755 --- a/libsisyphus +++ b/libsisyphus @@ -239,7 +239,7 @@ export local mainui=' <button tooltip-text="Sound & Video"> <label>Sound & Video</label> <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=multimediaui &</action> - <action signal="button-release-event">EXI:ok</action> + <action signal="button-release-event">EXIT:ok</action> </button> <button tooltip-text="Office"> <label>Office</label> |