[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    [rocs/KDE/4.13] RocsCore/LoadSave/Plugins/dotFileFormat: Rename Dot export file filter.
From:       Andreas Cord-Landwehr <cordlandwehr () kde ! org>
Date:       2014-06-29 18:40:12
Message-ID: E1X1K1M-0003ub-Qt () scm ! kde ! org
[Download RAW message or body]

Git commit ea781fbb2e947a7668b5afa6b0686adbd778bac6 by Andreas Cord-Landweh=
r.
Committed on 28/06/2014 at 15:02.
Pushed by cordlandwehr into branch 'KDE/4.13'.

Rename Dot export file filter.

Correctly export dot files as *.dot document.
@J=C3=B6rg, thanks for the hint where to look for the fix!

BUG: 336696
FIXED-IN: 4.13.3
CCMAIL: kde-i18n-doc@kde.org

M  +1    -1    RocsCore/LoadSave/Plugins/dotFileFormat/DotFileFormatPlugin.=
cpp

http://commits.kde.org/rocs/ea781fbb2e947a7668b5afa6b0686adbd778bac6

diff --git a/RocsCore/LoadSave/Plugins/dotFileFormat/DotFileFormatPlugin.cp=
p b/RocsCore/LoadSave/Plugins/dotFileFormat/DotFileFormatPlugin.cpp
index 19456ff..38b8765 100644
--- a/RocsCore/LoadSave/Plugins/dotFileFormat/DotFileFormatPlugin.cpp
+++ b/RocsCore/LoadSave/Plugins/dotFileFormat/DotFileFormatPlugin.cpp
@@ -62,7 +62,7 @@ DotFileFormatPlugin::DotFileFormatPlugin(QObject* parent,=
 const QList< QVariant
 const QStringList DotFileFormatPlugin::extensions() const
 {
     return QStringList()
-           << i18n("*.dot *.gv|Graphviz Format") + '\n';
+           << i18n("%1|Graphviz Format", QString("*.dot")) + '\n';
 }
 =

 =


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic