[qet] [1862] Fixed a forgotten slash. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 1862
Author: xavier
Date: 2012-05-25 10:57:15 +0200 (Fri, 25 May 2012)
Log Message:
-----------
Fixed a forgotten slash.
Modified Paths:
--------------
trunk/sources/qetapp.cpp
Modified: trunk/sources/qetapp.cpp
===================================================================
--- trunk/sources/qetapp.cpp 2012-05-24 17:27:15 UTC (rev 1861)
+++ trunk/sources/qetapp.cpp 2012-05-25 08:57:15 UTC (rev 1862)
@@ -535,7 +535,7 @@
if (!ext.count()) {
ext << "qet";
ext << "elmt";
- ext << QString(TITLEBLOCKS_FILE_EXTENSION).remove(QRegExp("^\."));
+ ext << QString(TITLEBLOCKS_FILE_EXTENSION).remove(QRegExp("^\\."));
}
return(ext);
}