From 6de59442a50f840686baad96c68d6e215299b0d4 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 23 May 2012 22:48:09 +0200 Subject: Use Rockbox version for created voicefile version. Instead of using the date the voice file was created use the version of Rockbox the voice file was created for. That way it is possible to see from the installation log if the installed voice matches the current Rockbox version. Change-Id: I9fd7d40d718febafbc20579f049b9b94cfa5d573 --- rbutil/rbutilqt/base/voicefile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rbutil/rbutilqt/base/voicefile.h') diff --git a/rbutil/rbutilqt/base/voicefile.h b/rbutil/rbutilqt/base/voicefile.h index 9296dbebdf..82698bfbde 100644 --- a/rbutil/rbutilqt/base/voicefile.h +++ b/rbutil/rbutilqt/base/voicefile.h @@ -64,6 +64,7 @@ private: QString m_path; //path where the wav and mp3 files are stored to int m_targetid; //the target id QString m_lang; // the language which will be spoken + QString m_versionstring; // version string to be used for logging int m_wavtrimThreshold; bool m_abort; -- cgit v1.2.3