Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Desktop
Switcher
Commits
8a727f93
Commit
8a727f93
authored
Aug 12, 2012
by
Robert Sprowson
Browse files
Use allocated error numbers from ErrorBase_Switcher instead of 1
Resolves 'FIXME'. Version 1.38. Tagged as 'Switcher-1_38'
parent
2ad3fd32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
18 deletions
+17
-18
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
s/Switcher
s/Switcher
+1
-2
No files found.
VersionASM
View file @
8a727f93
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "1.3
7
"
Module_Version SETA 13
7
Module_MajorVersion SETS "1.3
8
"
Module_Version SETA 13
8
Module_MinorVersion SETS ""
Module_Date SETS "
29 Jul
2012"
Module_ApplicationDate SETS "
29-Jul
-12"
Module_Date SETS "
12 Aug
2012"
Module_ApplicationDate SETS "
12-Aug
-12"
Module_ComponentName SETS "Switcher"
Module_ComponentPath SETS "castle/RiscOS/Sources/Desktop/Switcher"
Module_FullVersion SETS "1.3
7
"
Module_HelpVersion SETS "1.3
7
(
29 Jul
2012)"
Module_FullVersion SETS "1.3
8
"
Module_HelpVersion SETS "1.3
8
(
12 Aug
2012)"
END
VersionNum
View file @
8a727f93
/* (1.3
7
)
/* (1.3
8
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.3
7
#define Module_MajorVersion_CMHG 1.3
8
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
29 Jul
2012
#define Module_Date_CMHG
12 Aug
2012
#define Module_MajorVersion "1.3
7
"
#define Module_Version 13
7
#define Module_MajorVersion "1.3
8
"
#define Module_Version 13
8
#define Module_MinorVersion ""
#define Module_Date "
29 Jul
2012"
#define Module_Date "
12 Aug
2012"
#define Module_ApplicationDate "
29-Jul
-12"
#define Module_ApplicationDate "
12-Aug
-12"
#define Module_ComponentName "Switcher"
#define Module_ComponentPath "castle/RiscOS/Sources/Desktop/Switcher"
#define Module_FullVersion "1.3
7
"
#define Module_HelpVersion "1.3
7
(
29 Jul
2012)"
#define Module_LibraryVersionInfo "1:3
7
"
#define Module_FullVersion "1.3
8
"
#define Module_HelpVersion "1.3
8
(
12 Aug
2012)"
#define Module_LibraryVersionInfo "1:3
8
"
s/Switcher
View file @
8a727f93
...
...
@@ -123,8 +123,7 @@ debugmn SETL debug :LAND: {FALSE} ; menu handling
debugif
SETL
debug
:LAND:
{FALSE}
; info box bits
debugky
SETL
debug
:LAND:
{FALSE}
; captured keys
^
1
!
0
,
"FIXME: Error base of 1!"
^
ErrorBase_Switcher
AddError
Switcher_BadTemplate
,
"Template has wrong number of icons"
AddError
Switcher_CantFindBlock
,
"Can't find block"
AddError
UnknownTask
,
"Task not known"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment