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
Apps
Paint
Commits
cb500e0e
Commit
cb500e0e
authored
Jul 31, 2014
by
Robert Sprowson
Browse files
Build fix
Message_SetPrinter renamed. Version 2.17. Tagged as 'Paint-2_17'
parent
3a9a3a2c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
18 deletions
+18
-18
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
c/Main
c/Main
+2
-2
No files found.
VersionASM
View file @
cb500e0e
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "2.1
6
"
Module_Version SETA 21
6
Module_MajorVersion SETS "2.1
7
"
Module_Version SETA 21
7
Module_MinorVersion SETS ""
Module_Date SETS "
27 Mar
2014"
Module_ApplicationDate SETS "
27-Mar
-14"
Module_Date SETS "
31 Jul
2014"
Module_ApplicationDate SETS "
31-Jul
-14"
Module_ComponentName SETS "Paint"
Module_ComponentPath SETS "castle/RiscOS/Sources/Apps/Paint"
Module_FullVersion SETS "2.1
6
"
Module_HelpVersion SETS "2.1
6
(
27 Mar
2014)"
Module_FullVersion SETS "2.1
7
"
Module_HelpVersion SETS "2.1
7
(
31 Jul
2014)"
END
VersionNum
View file @
cb500e0e
/* (2.1
6
)
/* (2.1
7
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 2.1
6
#define Module_MajorVersion_CMHG 2.1
7
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
27 Mar
2014
#define Module_Date_CMHG
31 Jul
2014
#define Module_MajorVersion "2.1
6
"
#define Module_Version 21
6
#define Module_MajorVersion "2.1
7
"
#define Module_Version 21
7
#define Module_MinorVersion ""
#define Module_Date "
27 Mar
2014"
#define Module_Date "
31 Jul
2014"
#define Module_ApplicationDate "
27-Mar
-14"
#define Module_ApplicationDate "
31-Jul
-14"
#define Module_ComponentName "Paint"
#define Module_ComponentPath "castle/RiscOS/Sources/Apps/Paint"
#define Module_FullVersion "2.1
6
"
#define Module_HelpVersion "2.1
6
(
27 Mar
2014)"
#define Module_LibraryVersionInfo "2:1
6
"
#define Module_FullVersion "2.1
7
"
#define Module_HelpVersion "2.1
7
(
31 Jul
2014)"
#define Module_LibraryVersionInfo "2:1
7
"
c/Main
View file @
cb500e0e
...
...
@@ -3053,7 +3053,7 @@ static void Background_Events (wimp_eventstr *e, void *handle)
}
break
;
case
wimp_MPrinter
Change
:
case
wimp_M
Set
Printer
:
main_set_printer_data
();
break
;
...
...
@@ -3397,7 +3397,7 @@ int main (int argc, char *argv[])
wimp_MWillPrint
,
wimp_MPrintTypeOdd
,
wimp_MPrintTypeKnown
,
wimp_MPrinter
Change
,
wimp_M
Set
Printer
,
wimp_MPrintError
,
wimp_MPrintSave
,
(
wimp_msgaction
)
message_COLOUR_PICKER_CLOSE_DIALOGUE_REQUEST
,
...
...
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