Update Help menu and Copyrights
This commit is contained in:
parent
f77f139abb
commit
1e0a93e076
@ -2457,7 +2457,7 @@ void MainWindow::on_actionSolve_FreqCal_triggered()
|
||||
|
||||
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 this program under terms of the GNU "
|
||||
"General Public License, you must display the following copyright "
|
||||
"notice prominently in your derivative work:\n\n"
|
||||
"\"The algorithms, source code, look-and-feel of WSJT-X and related "
|
||||
@ -2466,7 +2466,9 @@ void MainWindow::on_actionCopyright_Notice_triggered()
|
||||
"2001-2018 by one or more of the following authors: Joseph Taylor, "
|
||||
"K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, "
|
||||
"IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; "
|
||||
"Philip Karn, KA9Q; and other members of the WSJT Development Group.\"");
|
||||
"Philip Karn, KA9Q; and other members of the WSJT Development Group.\n\n"
|
||||
"Further, the source code of FT8Call contains material Copyright (C) "
|
||||
"2018 by Jordan Sherer, KN4CRD.\"");
|
||||
MessageBox::warning_message(this, message);
|
||||
}
|
||||
|
||||
|
@ -4139,8 +4139,11 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAbout">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>About WSJT-X</string>
|
||||
<string>About FT8Call</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+F1</string>
|
||||
@ -4232,6 +4235,9 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionOnline_User_Guide">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Online User Guide</string>
|
||||
</property>
|
||||
@ -4240,6 +4246,9 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionKeyboard_shortcuts">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Keyboard shortcuts</string>
|
||||
</property>
|
||||
@ -4248,6 +4257,9 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSpecial_mouse_commands">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Special mouse commands</string>
|
||||
</property>
|
||||
@ -4457,6 +4469,9 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionShort_list_of_add_on_prefixes_and_suffixes">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>List of Type 1 prefixes and suffixes</string>
|
||||
</property>
|
||||
@ -4470,6 +4485,9 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionLocal_User_Guide">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Local User Guide</string>
|
||||
</property>
|
||||
@ -4555,6 +4573,9 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="download_samples_action">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Download Samples ...</string>
|
||||
</property>
|
||||
@ -4579,6 +4600,9 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRelease_Notes">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Release Notes</string>
|
||||
</property>
|
||||
@ -4710,6 +4734,9 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionFT8_DXpedition_Mode_User_Guide">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>FT8 DXpedition Mode User Guide</string>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user