Question: can the title of my setting differ from the title of my executable/application?
- by user100017
Hi there,
I'm developing an application which has a Settings pane, following the
AppPrefs sample by Apple.
If my application is named AppPrefs, this is the exact name/prompt/
title the Settings application will provide.
Is there anyway to make this change? Can my executable somehow be
named (for example) Application1 and my Settings named "Settings for
App1"?
Thanks!