diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-01-13 23:02:39 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-01-13 23:02:39 +0100 |
commit | bbba311d55484389bc8e3677d01b8cb4fa5644d6 (patch) | |
tree | b3fb9b017f137b27a3328eaa698192f94f017caf /uui/source | |
parent | d7bfd7ab1b5554ba7dbc45f8fe8889a68b0bf5ab (diff) |
Typo: cedentials->credentials
Change-Id: Ifd0905ed0e68b495d96e429df6193503f53ea908
Diffstat (limited to 'uui/source')
-rw-r--r-- | uui/source/logindlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/logindlg.hxx b/uui/source/logindlg.hxx index 4fe319effecc..0cd7eb6e2016 100644 --- a/uui/source/logindlg.hxx +++ b/uui/source/logindlg.hxx @@ -35,7 +35,7 @@ #define LF_PATH_READONLY 0x0020 // "path" readonly #define LF_USERNAME_READONLY 0x0040 // "name" readonly #define LF_NO_ACCOUNT 0x0080 // hide "account" -#define LF_NO_USESYSCREDS 0x0100 // hide "use system cedentials" +#define LF_NO_USESYSCREDS 0x0100 // hide "use system credentials" |