summaryrefslogtreecommitdiff
path: root/src/utils/paths.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-14 22:15:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-14 22:15:02 +0300
commit5170fcc8693352970b2e2fcb9a13c896654c955b (patch)
tree8cd22437cb620dd94bcadda13efcc176f98486cc /src/utils/paths.h
parent24a5939846bf593e17e09f3564d941a7c2a5bf27 (diff)
downloadplus-5170fcc8693352970b2e2fcb9a13c896654c955b.tar.gz
plus-5170fcc8693352970b2e2fcb9a13c896654c955b.tar.bz2
plus-5170fcc8693352970b2e2fcb9a13c896654c955b.tar.xz
plus-5170fcc8693352970b2e2fcb9a13c896654c955b.zip
Change default screenshot path from XDG_DESKTOP_DIR into XDG_PICTURES_DIR.
Diffstat (limited to 'src/utils/paths.h')
-rw-r--r--src/utils/paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/paths.h b/src/utils/paths.h
index 8ed1fd3d9..a31716dcc 100644
--- a/src/utils/paths.h
+++ b/src/utils/paths.h
@@ -37,7 +37,7 @@ std::string removeLast(const std::string &str) A_WARN_UNUSED;
std::string getSelfName() A_WARN_UNUSED;
-std::string getDesktopDir() A_WARN_UNUSED;
+std::string getPicturesDir() A_WARN_UNUSED;
#ifdef ANDROID
std::string getSdStoragePath() A_WARN_UNUSED;