mohakapt / Stringz

A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
https://github.com/mohakapt/Stringz
GNU General Public License v3.0
951 stars 46 forks source link

Resolved an Abandoned IBOutlet Reference #47

Open andyjriley opened 4 months ago

andyjriley commented 4 months ago

Issue: AppDelegate showed the alert message "Failed to connect (addLanguageMenuItem) outlet from (Stringz.AppDelegate) to (NSMenuItem): missing setter or instance variable,"

Resolution: Removed the "addLanguageMenuItem" reference in the "Main.storyboard" which had a reference to the some function as the the other outlet "menuItemAddLanguage". This was just left in following a name change. Minor change.