diff options
| author | 2016-04-23 22:27:21 -0400 | |
|---|---|---|
| committer | 2016-04-23 22:31:29 -0400 | |
| commit | 17479614859f883881b284daa1e27ccc7f458b4c (patch) | |
| tree | 63e01f4272b8ad3d0b5bb4651c51f5c471ee207c /src/modules/options/OptionsWidget_identity.cpp | |
| parent | OptionsWidget_irc: cleanup removal of obsolete option after ed7821f4 (diff) | |
| download | KVIrc-17479614859f883881b284daa1e27ccc7f458b4c.tar.gz KVIrc-17479614859f883881b284daa1e27ccc7f458b4c.tar.bz2 KVIrc-17479614859f883881b284daa1e27ccc7f458b4c.zip | |
general: More useless typo fixes
Diffstat (limited to 'src/modules/options/OptionsWidget_identity.cpp')
| -rw-r--r-- | src/modules/options/OptionsWidget_identity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/OptionsWidget_identity.cpp b/src/modules/options/OptionsWidget_identity.cpp index 0b4f0e2c4..0eff678ea 100644 --- a/src/modules/options/OptionsWidget_identity.cpp +++ b/src/modules/options/OptionsWidget_identity.cpp @@ -531,7 +531,7 @@ void OptionsWidget_identityAvatar::chooseAvatar() if(KviQString::equalCIN(szCurrent,"http://",7) || KviQString::equalCIN(szCurrent,"https://",8)) { - // this is an url + // this is a url // first check if we have it in the cache KviAvatar * a = g_pIconManager->getAvatar(QString(),szCurrent); if(!a) |
