diff options
Diffstat (limited to 'doc/html/commandentrydialog_8cpp-source.html')
-rw-r--r-- | doc/html/commandentrydialog_8cpp-source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/commandentrydialog_8cpp-source.html b/doc/html/commandentrydialog_8cpp-source.html index 990a260..3e409b0 100644 --- a/doc/html/commandentrydialog_8cpp-source.html +++ b/doc/html/commandentrydialog_8cpp-source.html @@ -59,7 +59,7 @@ <a name="l00042"></a>00042 { <a name="l00043"></a>00043 TQFileInfo info (<a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>->text ()); <a name="l00044"></a>00044 TQString dir = info.dirPath (); -<a name="l00045"></a>00045 TQFileDialog dlg (<span class="keyword">this</span>, <span class="stringliteral">"Command"</span>, TRUE); +<a name="l00045"></a>00045 TQFileDialog dlg (<span class="keyword">this</span>, <span class="stringliteral">"Command"</span>, true); <a name="l00046"></a>00046 dlg.setCaption (i18n(<span class="stringliteral">"Select Command"</span>)); <a name="l00047"></a>00047 dlg.setDir (dir); <a name="l00048"></a>00048 dlg.setMode (TQFileDialog::ExistingFile); |