This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit d327ab536f1781c5275bedffff6f624bb3aace6a Author: David Capello <[email protected]> Date: Wed Oct 29 10:36:50 2014 -0300 Add "View > Show Pixel Grid" menu option to switch the pixel grid --- data/gui.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/gui.xml b/data/gui.xml index 95c0fd4..fa90f1f 100644 --- a/data/gui.xml +++ b/data/gui.xml @@ -550,6 +550,7 @@ <item command="SplitEditorVertically" text="Split &Vertically" /> <item command="SplitEditorHorizontally" text="Split &Horizontally" /> <separator /> + <item command="ShowPixelGrid" text="Show &Pixel Grid" /> <item command="ShowGrid" text="Show &Grid" /> <item command="SnapToGrid" text="&Snap to Grid" /> <item command="GridSettings" text="Gri&d Settings" /> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

