diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-11-07 22:55:26 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-11-07 22:56:38 +0000 |
| commit | 7aacbbee8e7d24a601f576ddbeb68dc164902336 (patch) | |
| tree | 3e05299dac3316d107382efcf217e404fd0e6305 /src/ui/dialog/filedialogimpl-win32.cpp | |
| parent | Fixes to Filter Dialog (diff) | |
| parent | Misc. typos (diff) | |
| download | inkscape-7aacbbee8e7d24a601f576ddbeb68dc164902336.tar.gz inkscape-7aacbbee8e7d24a601f576ddbeb68dc164902336.zip | |
Merge branch 'luzpaz/inkscape-typos' (!119)
Diffstat (limited to 'src/ui/dialog/filedialogimpl-win32.cpp')
| -rw-r--r-- | src/ui/dialog/filedialogimpl-win32.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/filedialogimpl-win32.cpp b/src/ui/dialog/filedialogimpl-win32.cpp index 7f0bf58c5..7aca8e242 100644 --- a/src/ui/dialog/filedialogimpl-win32.cpp +++ b/src/ui/dialog/filedialogimpl-win32.cpp @@ -146,7 +146,7 @@ FileOpenDialogImplWin32::FileOpenDialogImplWin32(Gtk::Window &parent, const gchar *title) : FileDialogBaseWin32(parent, dir, title, fileTypes, "dialogs.open") { - // Initalize to Autodetect + // Initialize to Autodetect _extension = NULL; // Set our dialog type (open, import, etc...) @@ -1329,7 +1329,7 @@ void FileOpenDialogImplWin32::render_preview() GetBValue(background) / 255.0); context->paint(); - //----- Draw the drop shaddow -----// + //----- Draw the drop shadow -----// // Left Edge x = frameX + shaddowOffsetX - halfBlurRadius; |
