Files
cappuccino/AppKit/Cib
Aparajita Fishman d6f1c2bc57 Fixed: attempting to use an unsupported built in image in IB would generate an error, but not explain why.
Previously, attempting to use an unsupported built in image such as NSActionTemplate would generate an error message that said, "The image “NSActionTemplate” cannot be found." This would lead the user to think that there was something wrong with nib2cib, instead of understanding that only certain built in images are supported (currently NSAddTemplate and NSRemoveTemplate).

With this commit, an attempt to use an unsupported built in image (where built in is assumed to be any name that matches /^NS[A-Z][A-Za-z]+$/) results in the error message "The built in image “<name>” is not supported."
2013-08-12 15:18:07 -04:00
..
2012-04-12 12:09:24 -04:00
2013-01-23 15:48:55 +07:00
2013-01-23 15:48:55 +07:00
2013-01-23 15:48:55 +07:00
2010-11-19 00:07:37 -03:00
2013-02-12 22:29:31 -05:00
2012-05-24 17:10:46 +01:00
2013-07-30 09:40:18 -04:00