Re: [fltk.development] mods to fltk-config.cmake.in in r9861

2013-04-06 Thread Manolo Gouy

   Hmm, aren't we loosing the close of /dict with this change?

 Modified: branches/branch-1.3/fltk-config.cmake.in
 ===
 --- branches/branch-1.3/fltk-config.cmake.in  2013-04-05 15:09:50 UTC (rev 
 9860)
 +++ branches/branch-1.3/fltk-config.cmake.in  2013-04-05 15:28:43 UTC (rev 
 9861)
 @@ -317,7 +317,8 @@
   string$post/string
   keyCFBundlePackageType/key
   stringAPPL/string
 -/dict
 + keyNSHighResolutionCapable/key
 + true/
  /plist
  EOF

Exact, the /dict line shouldn't have been removed.
Thanks for spotting that. It's now repaired in the svn repository.
___
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev


[fltk.development] mods to fltk-config.cmake.in in r9861

2013-04-05 Thread Greg Ercolano

Hmm, aren't we loosing the close of /dict with this change?

Modified: branches/branch-1.3/fltk-config.cmake.in
===
--- branches/branch-1.3/fltk-config.cmake.in2013-04-05 15:09:50 UTC (rev 
9860)
+++ branches/branch-1.3/fltk-config.cmake.in2013-04-05 15:28:43 UTC (rev 
9861)
@@ -317,7 +317,8 @@
string$post/string
keyCFBundlePackageType/key
stringAPPL/string
-/dict
+   keyNSHighResolutionCapable/key
+   true/
 /plist
 EOF
___
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev