projects
/
app-mafia.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4635515
)
Add MainLoop to lib/App/Mafia.pm
master
author
Marius Gavrilescu
<marius@ieval.ro>
Sun, 19 Jan 2014 19:50:19 +0000
(21:50 +0200)
committer
Marius Gavrilescu
<marius@ieval.ro>
Sun, 19 Jan 2014 19:50:19 +0000
(21:50 +0200)
lib/App/Mafia.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/App/Mafia.pm
b/lib/App/Mafia.pm
index d7f6cc1e2b48a81e6f5088dd475b92056832abc0..91178862a06d8b28314470086735630de21a8b17 100644
(file)
--- a/
lib/App/Mafia.pm
+++ b/
lib/App/Mafia.pm
@@
-210,6
+210,8
@@
add_menu_item $file, '~Open...', \&menu_open, 'Ctrl+O', '<Control-KeyRelease-o>'
add_menu_item $file, '~Save', \&menu_save, 'Ctrl+S', '<Control-KeyRelease-s>';
add_menu_item $file, 'Save ~As...', \&menu_save_as, 'Shift+Ctrl+S', '<Shift-Control-KeyRelease-S>';
+MainLoop;
+
1;
__END__
This page took
0.022144 seconds
and
4
git commands to generate.