Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
caf16cf4
Commit
caf16cf4
authored
1 year ago
by
Eric Oulashin
Committed by
Rob Swindell
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
DDMsgReader: In the theme configuration file, use a : as the separator for...
parent
7411153e
No related branches found
No related tags found
2 merge requests
!463
MRC mods by Codefenix (2024-10-20)
,
!303
DDMsgReader: In the theme configuration file, use a : as the separator for...
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xtrn/DDMsgReader/DefaultTheme.cfg
+8
-6
8 additions, 6 deletions
xtrn/DDMsgReader/DefaultTheme.cfg
xtrn/DDMsgReader/readme.txt
+5
-0
5 additions, 0 deletions
xtrn/DDMsgReader/readme.txt
with
13 additions
and
6 deletions
xtrn/DDMsgReader/DefaultTheme.cfg
+
8
−
6
View file @
caf16cf4
...
...
@@ -244,16 +244,18 @@ readMsgNumPromptText=\x01n\x01g\x01h\x01i* \x01n\x01cRead message #: \x01h
invalidMsgNumText
=
\x
01n
\x
01y
\x
01hInvalid message number: %d
; A message has been deleted. %d will be replaced with the message number.
msgHasBeenDeletedText
=
\x
01n
\x
01h
\x
01g*
\x
01yMessage #
\x
01w%d
\x
01yhas been deleted.
; No header lines for this message
noHdrLinesForThisMsgText
=
\x
01n
\x
01h
\x
01yThere are no header lines for this message.
; No kludge lines for this message
noKludgeLinesForThisMsgText
=
\x
01n
\x
01h
\x
01yThere are no kludge lines for this message.
; Text for "Seraching personal mail"
searchingPersonalMailText
=
\x
01w
\x
01hSearching personal mail
; Text for prompting for search text
searchTextPromptText
=
\x
01cEnter the search text
\x
01g
\x
01h:
\x
01n
\x
01c
; Text for prompting for a 'from' name
fromNamePromptText
=
\x
01cEnter the 'from' name to search for
\x
01g
\x
01h:
\x
01n
\x
01c
; Text for prompting for a 'To' name
toNamePromptText
=
\x
01cEnter the 'to' name to search for
\x
01g
\x
01h:
\x
01n
\x
01c
; Text for prompting for search text
(note: Needs a : as a separator due to the space at the end)
searchTextPromptText
:"
\x01cEnter
the
search
text\x01g\x01h:\x01n\x01c
"
; Text for prompting for a 'from' name
(note: Needs a : as a separator due to the space at the end)
fromNamePromptText
:"
\x01cEnter
the
'from'
name
to
search
for\x01g\x01h:\x01n\x01c
"
; Text for prompting for a 'To' name
(note: Needs a : as a separator due to the space at the end)
toNamePromptText
:"
\x01cEnter
the
'to'
name
to
search
for\x01g\x01h:\x01n\x01c
"
; Text for an aborted operation (i.e., "Aborted")
abortedText
=
\x
01n
\x
01y
\x
01h
\x
01iAborted
\x
01n
; Text for no personal email messages
...
...
This diff is collapsed.
Click to expand it.
xtrn/DDMsgReader/readme.txt
+
5
−
0
View file @
caf16cf4
...
...
@@ -752,6 +752,11 @@ The convention for the setting names in the theme configuration file is that
setting names ending in 'Text' are for whole text strings, and the setting
names that don't end in 'Text' are for colors.
Note that if one of the strings has a space at the end, a : must be used
instead of a = to separate the setting name from the value. The value can also
be inside double-quotes. See the following for more information:
https://wiki.synchro.net/config:ini_files#string_literals
Setting Description
------- -----------
headerMsgGroupTextColor Color for the header line in the message
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment