Skip to content

Commit

Permalink
Disable printing for Pinta 1.6, since it's not ready yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Feb 28, 2015
1 parent 36c5a9a commit c332e66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Pinta.Core/Actions/FileActions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ public void CreateMainMenu (Gtk.Menu menu)
menu.Append (Save.CreateAcceleratedMenuItem (Gdk.Key.S, Gdk.ModifierType.ControlMask));
menu.Append (SaveAs.CreateAcceleratedMenuItem (Gdk.Key.S, Gdk.ModifierType.ControlMask | Gdk.ModifierType.ShiftMask));
menu.AppendSeparator ();
menu.Append (Print.CreateAcceleratedMenuItem (Gdk.Key.P, Gdk.ModifierType.ControlMask));
menu.AppendSeparator ();
menu.Append (Close.CreateAcceleratedMenuItem (Gdk.Key.W, Gdk.ModifierType.ControlMask));
menu.Append (Exit.CreateAcceleratedMenuItem (Gdk.Key.Q, Gdk.ModifierType.ControlMask));
}
Expand Down
1 change: 0 additions & 1 deletion Pinta.Core/Managers/ActionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ public void CreateToolBar (Gtk.Toolbar toolbar)
toolbar.AppendItem (File.New.CreateToolBarItem ());
toolbar.AppendItem (File.Open.CreateToolBarItem ());
toolbar.AppendItem (File.Save.CreateToolBarItem ());
toolbar.AppendItem (File.Print.CreateToolBarItem ());
toolbar.AppendItem (new SeparatorToolItem ());

// Cut/Copy/Paste comes before Undo/Redo on Windows
Expand Down

0 comments on commit c332e66

Please sign in to comment.