Revision: 13979
          http://sourceforge.net/p/skim-app/code/13979
Author:   hofman
Date:     2023-12-24 17:38:24 +0000 (Sun, 24 Dec 2023)
Log Message:
-----------
remove unused default note texts

Modified Paths:
--------------
    trunk/SKPDFView.m
    trunk/de.lproj/Localizable.strings
    trunk/en.lproj/Localizable.strings
    trunk/es.lproj/Localizable.strings
    trunk/fr.lproj/Localizable.strings
    trunk/it.lproj/Localizable.strings
    trunk/ja.lproj/Localizable.strings
    trunk/nl.lproj/Localizable.strings
    trunk/pl.lproj/Localizable.strings
    trunk/ru.lproj/Localizable.strings
    trunk/zh_CN.lproj/Localizable.strings
    trunk/zh_TW.lproj/Localizable.strings

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2023-12-24 17:32:06 UTC (rev 13978)
+++ trunk/SKPDFView.m   2023-12-24 17:38:24 UTC (rev 13979)
@@ -130,8 +130,6 @@
 
 #define SKMoveReadingBarModifiersKey @"SKMoveReadingBarModifiers"
 #define SKResizeReadingBarModifiersKey @"SKResizeReadingBarModifiers"
-#define SKDefaultFreeTextNoteContentsKey @"SKDefaultFreeTextNoteContents"
-#define SKDefaultAnchoredNoteContentsKey @"SKDefaultAnchoredNoteContents"
 #define SKUseToolModeCursorsKey @"SKUseToolModeCursors"
 #define SKMagnifyWithMousePressedKey @"SKMagnifyWithMousePressed"
 #define SKPacerSpeedKey @"SKPacerSpeed"
@@ -266,9 +264,6 @@
     if (resizeReadingBarModifiersNumber)
         resizeReadingBarModifiers = [resizeReadingBarModifiersNumber 
integerValue];
     
-    [[NSUserDefaults standardUserDefaults] 
registerDefaults:@{SKDefaultFreeTextNoteContentsKey:NSLocalizedString(@"Double-click
 to edit.", @"Default text for new text note"), 
SKDefaultAnchoredNoteContentsKey:NSLocalizedString(@"New note", @"Default text 
for new anchored note")}];
-    
-    
     useToolModeCursors = [[NSUserDefaults standardUserDefaults] 
boolForKey:SKUseToolModeCursorsKey];
     
     SKSwizzlePDFDocumentViewMethods();

Modified: trunk/de.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/en.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/es.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/fr.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/it.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/ja.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/nl.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/pl.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/ru.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/zh_CN.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/zh_TW.lproj/Localizable.strings
===================================================================
(Binary files differ)

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

Reply via email to