summaryrefslogtreecommitdiff
path: root/src/paths.h
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2012-02-16 11:08:45 +0100
committerAlessio Treglia <alessio@debian.org>2012-02-16 11:08:45 +0100
commit65a64d260e05c7bf8d3bdf82e796637dc820e574 (patch)
tree600c2becea7f28fdefff51200bb3ed33514e4cc7 /src/paths.h
parent1d323e54ee434609cf035598486075c9a918a2d3 (diff)
Imported Upstream version 0.7.0
Diffstat (limited to 'src/paths.h')
-rw-r--r--src/paths.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/paths.h b/src/paths.h
index 6eca102..c9a2cb8 100644
--- a/src/paths.h
+++ b/src/paths.h
@@ -1,5 +1,5 @@
/* smplayer, GUI front-end for mplayer.
- Copyright (C) 2006-2011 Ricardo Villalba <rvm@escomposlinux.org>
+ Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -34,7 +34,7 @@ public:
static QString themesPath();
static QString shortcutsPath();
static QString qtTranslationPath();
- static QString doc(QString file, QString locale = QString::null);
+ static QString doc(QString file, QString locale = QString::null, bool english_fallback = true);
//! Forces to use a different path for the config files
static void setConfigPath(QString path);