diff options
author | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2012-01-15 12:56:17 +0100 |
---|---|---|
committer | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2012-01-15 12:57:51 +0100 |
commit | 1c7c480e7465a077b1ede8be39329b14d31ba847 (patch) | |
tree | 8a49b7a5fd22b27f07ffc1dea6868a9236e2b338 /solenv/doc/gbuild | |
parent | b327c8355cd6e4e6d0a4b1bda0591c4d3964bff8 (diff) |
Galaxy (default) icon theme is now in icon-themes/galaxy
Diffstat (limited to 'solenv/doc/gbuild')
-rw-r--r-- | solenv/doc/gbuild/solenv/gbuild/alllangres.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/alllangres.mk b/solenv/doc/gbuild/solenv/gbuild/alllangres.mk index 8d5034e881dd..ae9d5130c2da 100644 --- a/solenv/doc/gbuild/solenv/gbuild/alllangres.mk +++ b/solenv/doc/gbuild/solenv/gbuild/alllangres.mk @@ -74,10 +74,10 @@ namespace gb { public: AllLangResTarget(String name); - /// Sets the location where resources are to be found. reslocation is a path relative to the default_images directory. + /// Sets the location where resources are to be found. reslocation is a path relative to the icon-themes/galaxy directory. /// Resources will be found in reslocation itself and in the subdirectories res/ and imglst/ of it and again in subdirectories /// of those named as the language of the processed resource. In addition, resources are found in the res/ directory directly - /// below default_images and the subdirectory of it named as the language of the processed resource. + /// below icon-themes/galaxy and the subdirectory of it named as the language of the processed resource. void set_reslocation(Path reslocation); private: /// Sets the languages for which to create resources. |