Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
acc37d89
Commit
acc37d89
authored
Aug 12, 2010
by
Bryan Godbolt
Browse files
changed groupbox title for udp link from udp link to UDP Link (more professional)
(cherry picked from commit
c3194971
)
parent
59df5005
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ui/CommConfigurationWindow.cc
View file @
acc37d89
...
...
@@ -99,7 +99,7 @@ CommConfigurationWindow::CommConfigurationWindow(LinkInterface* link, ProtocolIn
}
else
if
(
dynamic_cast
<
UDPLink
*>
(
link
)
!=
0
)
{
ui
.
linkGroupBox
->
setTitle
(
tr
(
"
udp l
ink"
));
ui
.
linkGroupBox
->
setTitle
(
tr
(
"
UDP L
ink"
));
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment