Skip to content

Commit f9cc25e

Browse files
committed
poinc
1 parent 91b3862 commit f9cc25e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MainWindow.vala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ namespace jorts {
7878
private const GLib.ActionEntry[] action_entries = {
7979
{ ACTION_NEW, action_new },
8080
{ ACTION_DELETE, action_delete },
81-
{ ACTION_ZOOM_DEFAULT, action_zoom_default }
82-
{ ACTION_ZOOM_IN, zoom_in }
83-
{ ACTION_ZOOM_OUT, zoom_out }
81+
{ ACTION_ZOOM_DEFAULT, action_zoom_default },
82+
{ ACTION_ZOOM_IN, zoom_in },
83+
{ ACTION_ZOOM_OUT, zoom_out },
8484
};
8585

8686
// Init or something

0 commit comments

Comments
 (0)