diff options
| author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-07-31 12:09:41 +0200 | 
|---|---|---|
| committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-07-31 12:09:41 +0200 | 
| commit | 8a93a4828646d3a8fbbb5fa4dfc4f5335aead696 (patch) | |
| tree | c4ffe497887f9e548773291912af5964263a983f | |
| parent | Added a dot to the tooltip message (diff) | |
| download | rekonq-8a93a4828646d3a8fbbb5fa4dfc4f5335aead696.tar.xz | |
"Fixed" spelling of a Name
| -rw-r--r-- | src/main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/main.cpp b/src/main.cpp index 98b5e5ca..53e881f5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -90,7 +90,7 @@ int main(int argc, char **argv)                      "hdevalence@gmail.com",                      ""); -    about.addCredit(ki18n("Ivan Cukic"), +    about.addCredit(ki18n("Ivan Čukić"),                      ki18n("Patches, bugfixing"),                      "ivan@fomentgroup.org",                      ""); | 
