r20179 by craig - Fix Freehand filter text
scribus-commit
scribus-commit at lists.scribus.net
Sat Jun 20 08:37:25 UTC 2015
Author: craig
Date: Sat Jun 20 08:37:24 2015
New Revision: 20179
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=20179
Log:
Fix Freehand filter text
Modified:
trunk/Scribus/scribus/plugins/import/fh/importfhplugin.cpp
Modified: trunk/Scribus/scribus/plugins/import/fh/importfhplugin.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20179&path=/trunk/Scribus/scribus/plugins/import/fh/importfhplugin.cpp
==============================================================================
--- trunk/Scribus/scribus/plugins/import/fh/importfhplugin.cpp (original)
+++ trunk/Scribus/scribus/plugins/import/fh/importfhplugin.cpp Sat Jun 20 08:37:24 2015
@@ -53,7 +53,7 @@
importAction->setText( tr("Import Freehand..."));
FileFormat* fmt = getFormatByExt("fh*");
fmt->trName = tr("Freehand");
- fmt->filter = tr("Freehand FH* (*.fh* *.FH*)");
+ fmt->filter = tr("Freehand (*.fh* *.FH*)");
}
ImportFhPlugin::~ImportFhPlugin()
@@ -88,7 +88,7 @@
{
FileFormat fmt(this);
fmt.trName = tr("Freehand");
- fmt.filter = tr("Freehand FH* (*.fh* *.FH*)");
+ fmt.filter = tr("Freehand (*.fh* *.FH*)");
fmt.formatId = 0;
fmt.fileExtensions = QStringList() << "fh*" << "fh3" << "fh34" << "fh5" << "fh6" << "fh7" << "fh8" << "fh9" << "fh10" << "fh11";
fmt.load = true;
More information about the scribus-commit
mailing list