Revision: 13316
http://sourceforge.net/p/skim-app/code/13316
Author: hofman
Date: 2023-02-26 17:44:58 +0000 (Sun, 26 Feb 2023)
Log Message:
-----------
fix constant name
Modified Paths:
--------------
trunk/SKFDFParser.m
Modified: trunk/SKFDFParser.m
===================================================================
--- trunk/SKFDFParser.m 2023-02-26 17:42:24 UTC (rev 13315)
+++ trunk/SKFDFParser.m 2023-02-26 17:44:58 UTC (rev 13316)
@@ -100,7 +100,7 @@
SKFDFString SKFDFLineStyleClosedArrow = "ClosedArrow";
SKFDFString SKFDFFieldTypeText = "Tx";
-SKFDFString SKFdFFieldTypeButton = "Btn";
+SKFDFString SKFDFFieldTypeButton = "Btn";
SKFDFString SKFDFFieldTypeChoice = "Ch";
static BOOL SKFDFEqualStrings(SKFDFString string1, SKFDFString string2) {
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