Special Characters menu

Hello!

My little app’s Edit menu using two menu items:

Select All
Copy

When I testing the interface or running the app from XCode (or the built app), another menu items come into the edit menu:

Select All
Copy
(separator)
Special Characters

How can I remove the separator and the menu item? I didn’t add it! :mad:

Thanks

Is this a text view that you are using? You might try turning off “Auto Enables Items” in the Inspector in Interface Builder for the Edit menu.