mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Correct a misspelling; add quote marks; push 'About' to bottom of Tools menu.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8159 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ebde67318c
commit
b42d88fe01
@ -25,5 +25,5 @@ programs, and protocol specifications for the modes FSK441, FT8, JT4,
|
|||||||
JT6M, JT9, JT65, JTMS, QRA64, ISCAT, MSK144, are Copyright (C)
|
JT6M, JT9, JT65, JTMS, QRA64, ISCAT, MSK144, are Copyright (C)
|
||||||
2001-2017 by one or more of the following authors: Joseph Taylor,
|
2001-2017 by one or more of the following authors: Joseph Taylor,
|
||||||
K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo,
|
K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo,
|
||||||
IV3NWV; Greg Beam, KI7MT; Micael Black, W9MDB; Edson Pereira, PY2SDR;
|
IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR;
|
||||||
and other members of the WSJT Development Group.*
|
and other members of the WSJT Development Group.*
|
||||||
|
@ -2145,13 +2145,13 @@ void MainWindow::on_actionCopyright_Notice_triggered()
|
|||||||
auto const& message = tr("If you make fair use of any part of WSJT-X under terms of the GNU "
|
auto const& message = tr("If you make fair use of any part of WSJT-X under terms of the GNU "
|
||||||
"General Public License, you must display the following copyright "
|
"General Public License, you must display the following copyright "
|
||||||
"notice prominently in your derivative work:\n\n"
|
"notice prominently in your derivative work:\n\n"
|
||||||
"The algorithms, source code, look-and-feel of WSJT-X and related "
|
"\"The algorithms, source code, look-and-feel of WSJT-X and related "
|
||||||
"programs, and protocol specifications for the modes FSK441, FT8, JT4, "
|
"programs, and protocol specifications for the modes FSK441, FT8, JT4, "
|
||||||
"JT6M, JT9, JT65, JTMS, QRA64, ISCAT, MSK144 are Copyright (C) "
|
"JT6M, JT9, JT65, JTMS, QRA64, ISCAT, MSK144 are Copyright (C) "
|
||||||
"2001-2017 by one or more of the following authors: Joseph Taylor, "
|
"2001-2017 by one or more of the following authors: Joseph Taylor, "
|
||||||
"K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, "
|
"K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, "
|
||||||
"IV3NWV; Greg Beam, KI7MT; Micael Black, W9MDB; Edson Pereira, PY2SDR; "
|
"IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; "
|
||||||
"and other members of the WSJT Development Group.");
|
"and other members of the WSJT Development Group.\"");
|
||||||
MessageBox::warning_message(this, message);
|
MessageBox::warning_message(this, message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2362,9 +2362,9 @@ QPushButton[state="ok"] {
|
|||||||
<addaction name="actionSpecial_mouse_commands"/>
|
<addaction name="actionSpecial_mouse_commands"/>
|
||||||
<addaction name="actionShort_list_of_add_on_prefixes_and_suffixes"/>
|
<addaction name="actionShort_list_of_add_on_prefixes_and_suffixes"/>
|
||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
<addaction name="actionAbout"/>
|
|
||||||
<addaction name="separator"/>
|
|
||||||
<addaction name="actionCopyright_Notice"/>
|
<addaction name="actionCopyright_Notice"/>
|
||||||
|
<addaction name="separator"/>
|
||||||
|
<addaction name="actionAbout"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menuMode">
|
<widget class="QMenu" name="menuMode">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
|
Loading…
Reference in New Issue
Block a user