diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2015-02-16 19:00:37 +0000 |
|---|---|---|
| committer | Kris De Gussem <Kris.De.Gussem@hotmail.com> | 2015-02-16 19:00:37 +0000 |
| commit | 0be66dac3b99dc89fe69f43984f88373e0ab25c6 (patch) | |
| tree | b5d3cafa9eb3b39c9cc01455f789732727af8646 /src/ui/dialog/filedialogimpl-win32.cpp | |
| parent | Clones. Fix for bug #1245339 (When changing a clone's parent's layer, the clo... (diff) | |
| download | inkscape-0be66dac3b99dc89fe69f43984f88373e0ab25c6.tar.gz inkscape-0be66dac3b99dc89fe69f43984f88373e0ab25c6.zip | |
i18n
(bzr r13925)
Diffstat (limited to 'src/ui/dialog/filedialogimpl-win32.cpp')
| -rw-r--r-- | src/ui/dialog/filedialogimpl-win32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/filedialogimpl-win32.cpp b/src/ui/dialog/filedialogimpl-win32.cpp index ee6a0ef3a..34339dab2 100644 --- a/src/ui/dialog/filedialogimpl-win32.cpp +++ b/src/ui/dialog/filedialogimpl-win32.cpp @@ -1949,7 +1949,7 @@ UINT_PTR CALLBACK FileSaveDialogImplWin32::GetSaveFileName_hookproc( pImpl = reinterpret_cast<FileSaveDialogImplWin32*>(ofn->lCustData); // Create the Title label and edit control - pImpl->_title_label = CreateWindowEx(0, "STATIC", "Title:", + pImpl->_title_label = CreateWindowEx(0, "STATIC", _("Title:"), WS_VISIBLE|WS_CHILD, CW_USEDEFAULT, CW_USEDEFAULT, rCB1.left-rST.left, rST.bottom-rST.top, hParentWnd, NULL, hInstance, NULL); |
