Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
79dedb65
Commit
79dedb65
authored
Sep 23, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 736020 - [PATCH] Fix identical code for different branches in src/translator_tw.h
parent
46e83b44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
translator_tw.h
src/translator_tw.h
+2
-2
No files found.
src/translator_tw.h
View file @
79dedb65
...
...
@@ -1952,7 +1952,7 @@ class TranslatorChinesetraditional : public Translator
// single is true implies a single file
QCString
result
=
(
QCString
)
"本服務的文件由以下的檔案"
"所產生"
;
if
(
single
)
result
+=
":"
;
else
result
+=
":"
;
result
+=
":"
;
return
result
;
}
/** UNO IDL singleton page */
...
...
@@ -1961,7 +1961,7 @@ class TranslatorChinesetraditional : public Translator
// single is true implies a single file
QCString
result
=
(
QCString
)
"本singleton的文件由下面的檔案"
"所產生"
;
if
(
single
)
result
+=
":"
;
else
result
+=
":"
;
result
+=
":"
;
return
result
;
}
...
...
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