#
#  PrintWindow.rb
#  RubyFrictionless
#
#  Created by Pierce T. Wetter III on 6/26/08.
#  Copyright (c) 2008 PACE Anti-Piracy, Inc.. All rights reserved.
#

class PrintWindow < HelpWindow

  def windowNibName
    # Override returning the nib file name of the document
    # If you need to use a subclass of NSWindowController or if your
    # document supports multiple NSWindowControllers, you should
    # remove this method and override -makeWindowControllers instead.
    return "WebNoURLPrint"
  end

end
