summaryrefslogtreecommitdiffstats
path: root/src/app/captureFrame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/captureFrame.cpp')
-rw-r--r--src/app/captureFrame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/captureFrame.cpp b/src/app/captureFrame.cpp
index 3be0e9f..1ef8a4f 100644
--- a/src/app/captureFrame.cpp
+++ b/src/app/captureFrame.cpp
@@ -107,7 +107,7 @@ public:
return;
const TQString type = dialog.currentFilter().remove( 0, 2 ).upper();
- if( m_frame.save( fileName, type ) )
+ if( m_frame.save( fileName, type.utf8() ) )
message( i18n("%1 saved successfully").arg( fileName ) );
else
message( i18n("Sorry, could not save %1").arg( fileName ) );