mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 22:51:39 +00:00
Renamed cocoa/base/ResultWindow to ResultWindowBase to avoid ambiguities in the result_winodw cocoa UI script.
--HG-- rename : cocoa/base/ResultWindow.h => cocoa/base/ResultWindowBase.h rename : cocoa/base/ResultWindow.m => cocoa/base/ResultWindowBase.m
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ownerclass = 'ResultWindow'
|
||||
ownerimport = 'ResultWindow.h'
|
||||
ownerclass = 'ResultWindowBase'
|
||||
ownerimport = 'ResultWindowBase.h'
|
||||
|
||||
result = Window(557, 400, "dupeGuru Results")
|
||||
toolbar = result.createToolbar('ResultsToolbar')
|
||||
|
||||
Reference in New Issue
Block a user