Revision: 13829
http://sourceforge.net/p/skim-app/code/13829
Author: hofman
Date: 2023-12-04 17:32:44 +0000 (Mon, 04 Dec 2023)
Log Message:
-----------
use ifdef
Modified Paths:
--------------
trunk/SkimNotes/SKNLocalizations.h
Modified: trunk/SkimNotes/SKNLocalizations.h
===================================================================
--- trunk/SkimNotes/SKNLocalizations.h 2023-12-04 17:20:14 UTC (rev 13828)
+++ trunk/SkimNotes/SKNLocalizations.h 2023-12-04 17:32:44 UTC (rev 13829)
@@ -36,7 +36,7 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if defined(SKIMNOTES_BUNDLE_IDENTIFIER)
+#ifdef SKIMNOTES_BUNDLE_IDENTIFIER
#define SKNLocalizedString(key, comment)
NSLocalizedStringFromTableInBundle(key, @"SkimNotes", [NSBundle
bundleWithIdentifier:@SKIMNOTES_BUNDLE_IDENTIFIER], comment)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit