summaryrefslogtreecommitdiffstats
path: root/examples/assistant/simpletextviewer/findfiledialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/assistant/simpletextviewer/findfiledialog.cpp')
-rw-r--r--examples/assistant/simpletextviewer/findfiledialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/assistant/simpletextviewer/findfiledialog.cpp b/examples/assistant/simpletextviewer/findfiledialog.cpp
index d07cd6232..a1c96607b 100644
--- a/examples/assistant/simpletextviewer/findfiledialog.cpp
+++ b/examples/assistant/simpletextviewer/findfiledialog.cpp
@@ -91,7 +91,7 @@ void FindFileDialog::browse()
//! [2]
void FindFileDialog::help()
{
- currentAssistant->showDocumentation("filedialog.html");
+ currentAssistant->showDocumentation("filedialog.html");
}
//! [2]