Commit 40ab3cef authored by Timothy E Baldwin's avatar Timothy E Baldwin Committed by ROOL
Browse files

Allow imagefs files to be applications

This mirrors the change in Filer 2.45.

Version 1.05. Tagged as 'Pinboard-1_05'
parent d144771a
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.1.
;
GBLS Module_MajorVersion
GBLA Module_Version
......@@ -10,14 +9,12 @@
GBLS Module_ApplicationDate
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "1.04"
Module_Version SETA 104
Module_MajorVersion SETS "1.05"
Module_Version SETA 105
Module_MinorVersion SETS ""
Module_Date SETS "01 Jul 2018"
Module_ApplicationDate SETS "01-Jul-18"
Module_Date SETS "16 Nov 2019"
Module_ApplicationDate SETS "16-Nov-19"
Module_ComponentName SETS "Pinboard"
Module_ComponentPath SETS "castle/RiscOS/Sources/Desktop/Pinboard"
Module_FullVersion SETS "1.04"
Module_HelpVersion SETS "1.04 (01 Jul 2018)"
Module_FullVersion SETS "1.05"
Module_HelpVersion SETS "1.05 (16 Nov 2019)"
END
/* (1.04)
/* (1.05)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.04
#define Module_MajorVersion_CMHG 1.05
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 01 Jul 2018
#define Module_Date_CMHG 16 Nov 2019
#define Module_MajorVersion "1.04"
#define Module_Version 104
#define Module_MajorVersion "1.05"
#define Module_Version 105
#define Module_MinorVersion ""
#define Module_Date "01 Jul 2018"
#define Module_Date "16 Nov 2019"
#define Module_ApplicationDate "01-Jul-18"
#define Module_ApplicationDate "16-Nov-19"
#define Module_ComponentName "Pinboard"
#define Module_ComponentPath "castle/RiscOS/Sources/Desktop/Pinboard"
#define Module_FullVersion "1.04"
#define Module_HelpVersion "1.04 (01 Jul 2018)"
#define Module_LibraryVersionInfo "1:4"
#define Module_FullVersion "1.05"
#define Module_HelpVersion "1.05 (16 Nov 2019)"
#define Module_LibraryVersionInfo "1:5"
......@@ -64,6 +64,7 @@ BufferIcon
Pull "r0-r7,PC",VS
TEQ R0,#3 ; image file
TEQEQ R6,#&1000 ; which is not an application
BNE %FT00
MOV R0,#OSFile_ReadNoPath
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment