Chameleon Applications

Chameleon Applications Commit Details

Date:2010-01-22 20:33:06 (14 years 2 months ago)
Author:Rekursor
Commit:42
Parents: 41
Message:Added scrax translation contrib to the todo list. Corrected a typo.
Changes:
M/trunk/ChameleonPrefPane/TODO
M/trunk/ChameleonPrefPane/Sources/string_util.h

File differences

trunk/ChameleonPrefPane/Sources/string_util.h
77
88
99
10
10
1111
1212
1313
......
1616
1717
1818
19
19
2020
2121
2222
*/
/**
* trim the space (or any substring) chars on the right of a sring
* trim the space (or any substring) chars on the right of a string
*/
inline std::string trim_right(const std::string &source , const std::string& substr = " ")
{
}
/**
* trim the space chars (or any substring) on the left of a sring
* trim the space chars (or any substring) on the left of a string
*/
inline std::string trim_left( const std::string& source, const std::string& substr = " ")
{
trunk/ChameleonPrefPane/TODO
88
99
1010
11
(by contrast of the partion of a particular format)
- Try to investigate if there is a better way to get the partition list
(currently done with diskutil list)
- Localization, have a look to scrax translation file in italian in the issue pane of the repository

Archive Download the corresponding diff file

Revision: 42