Skip to content

Commit

Permalink
Fix EXEC ["gnome-screenshot -w"] to EXEC ["gnome-screenshot", "-w"]
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 1, 2012
1 parent ba7a2ea commit 61b1448
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/i-nex/.gambas/FINFOSYS
Binary file not shown.
2 changes: 1 addition & 1 deletion src/i-nex/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ END

PUBLIC SUB Button2_Click()

EXEC ["gnome-screenshot -w"]
EXEC ["gnome-screenshot", "-w"]

END

Expand Down

0 comments on commit 61b1448

Please sign in to comment.