Skip to content

Commit a574105

Browse files
committed
Rename lblList to lblDirectory (to match cbx)
1 parent 4623218 commit a574105

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/connectdlg.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ CConnectDlg::CConnectDlg ( CClientSettings* pNSetP, const bool bNewShowCompleteR
4545
QString strDirectoryWT = "<b>" + tr ( "Directory" ) + ":</b> " +
4646
tr ( "Shows the servers listed by the selected directory. "
4747
"You can add custom directories in Advanced Settings." );
48-
QString strDirectoryAN = tr ( "Directory combo box" );
49-
50-
lblList->setWhatsThis ( strDirectoryWT );
51-
lblList->setToolTip ( strDirectoryWT );
52-
lblList->setAccessibleName ( strDirectoryAN );
48+
lblDirectory->setWhatsThis ( strDirectoryWT );
49+
lblDirectory->setToolTip ( strDirectoryWT );
5350
cbxDirectory->setWhatsThis ( strDirectoryWT );
5451
cbxDirectory->setToolTip ( strDirectoryWT );
52+
53+
QString strDirectoryAN = tr ( "Directory combo box" );
54+
lblDirectory->setAccessibleName ( strDirectoryAN );
5555
cbxDirectory->setAccessibleName ( strDirectoryAN );
5656

5757
// filter

src/connectdlgbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<number>0</number>
3131
</property>
3232
<item>
33-
<widget class="QLabel" name="lblList">
33+
<widget class="QLabel" name="lblDirectory">
3434
<property name="text">
3535
<string>Directory</string>
3636
</property>

0 commit comments

Comments
 (0)