summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2013-10-09 19:09:49 +0000
committerJazzyNico <nicoduf@yahoo.fr>2013-10-09 19:09:49 +0000
commit30422af227381c9aa900690586d25adec4fa262f (patch)
tree7340251d612de5cc98ec63995e33b516a38b1130 /src/ui/dialog
parentWin32. Fix for Bug #627943 (Unexpected RegistryTool message on Windows 7). (diff)
downloadinkscape-30422af227381c9aa900690586d25adec4fa262f.tar.gz
inkscape-30422af227381c9aa900690586d25adec4fa262f.zip
Documentation/Translation. Fix for Bug #1236382 (Typos in comments and message, localization context needed) by Yuri Chornoivan.
Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
Diffstat (limited to 'src/ui/dialog')
-rw-r--r--src/ui/dialog/filedialogimpl-win32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/filedialogimpl-win32.h b/src/ui/dialog/filedialogimpl-win32.h
index 2e6bb4bb8..29bcb9a45 100644
--- a/src/ui/dialog/filedialogimpl-win32.h
+++ b/src/ui/dialog/filedialogimpl-win32.h
@@ -140,7 +140,7 @@ public:
/// Shows the file dialog, and blocks until a file
/// has been selected.
- /// @return Returns true if the the user selected a
+ /// @return Returns true if the user selected a
/// file, or false if the user pressed cancel.
bool show();
@@ -341,7 +341,7 @@ public:
/// Shows the file dialog, and blocks until a file
/// has been selected.
- /// @return Returns true if the the user selected a
+ /// @return Returns true if the user selected a
/// file, or false if the user pressed cancel.
bool show();