diff --git a/Support/greasemonkey.rb b/Support/greasemonkey.rb index fa7e11a..6f7a6a8 100644 --- a/Support/greasemonkey.rb +++ b/Support/greasemonkey.rb @@ -3,7 +3,7 @@ # Free to modify and redistribute non-commercially with due credit. -SUPPORT_LIBS = %w{textmate osx/plist escape dialog progress} +SUPPORT_LIBS = %w{textmate osx/plist escape ui progress} SUPPORT_LIBS.each {|lib| require "#{ENV['TM_SUPPORT_PATH']}/lib/#{lib}"} # Set up objects for the GM environment and the current script.