mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Updated label name for dial frequency.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3092 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
20b44323fe
commit
466d7fe2b7
@ -369,7 +369,7 @@ void MainWindow::readSettings()
|
||||
|
||||
settings.beginGroup("Common");
|
||||
m_myCall=settings.value("MyCall","").toString();
|
||||
morse_(m_myCall.toAscii().data(),icw,&m_ncw,m_myCall.length());
|
||||
//morse_(m_myCall.toAscii().data(),icw,&m_ncw,m_myCall.length());
|
||||
m_myGrid=settings.value("MyGrid","").toString();
|
||||
m_idInt=settings.value("IDint",0).toInt();
|
||||
m_pttMethodIndex=settings.value("PTTmethod",1).toInt();
|
||||
|
@ -303,7 +303,7 @@ p, li { white-space: pre-wrap; }
|
||||
<item>
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<item row="0" column="4" colspan="2">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<widget class="QLabel" name="labDialFreq">
|
||||
<property name="text">
|
||||
<string>Dial Frequency</string>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user