diff options
| author | 2008-03-04 17:48:09 +0000 | |
|---|---|---|
| committer | 2008-03-04 17:48:09 +0000 | |
| commit | 4e0cfa02a4f884b3f54f476d596bacd1f34d6a50 (patch) | |
| tree | eda6b9d24fc6a9e3c8553abb205ce948737790e5 /src/modules/avatar | |
| parent | Fix for a crash with shared files (diff) | |
| download | KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.tar.gz KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.tar.bz2 KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.zip | |
some little fixes around;
fixed docs;
bumped version to 3.4.0
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/avatar')
| -rw-r--r-- | src/modules/avatar/libkviavatar.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/modules/avatar/libkviavatar.cpp b/src/modules/avatar/libkviavatar.cpp index 30c181d76..c3c60fa83 100644 --- a/src/modules/avatar/libkviavatar.cpp +++ b/src/modules/avatar/libkviavatar.cpp @@ -70,10 +70,10 @@ KviAsyncAvatarSelectionDialog::KviAsyncAvatarSelectionDialog(QWidget * par,const QString msg = "<center>"; msg += __tr2qs("Please select an avatar image. " \ - "The full path to a local file or an image on the Web can be used.<br>" \ - "If you wish to use a local image file, click the \"<b>Browse</b>\"" \ - "button to browse local folders.<br>" \ - "The full URL for an image (including <b>http://</b>) can be entered manually."); + "The full path to a local file or an image on the Web can be used.<br>" \ + "If you wish to use a local image file, click the \"<b>Browse</b>\"" \ + "button to browse local folders.<br>" \ + "The full URL for an image (including <b>http://</b>) can be entered manually."); msg += "</center><br>"; QLabel * l = new QLabel(msg,this); @@ -136,7 +136,7 @@ void KviAsyncAvatarSelectionDialog::cancelClicked() void KviAsyncAvatarSelectionDialog::chooseFileClicked() { QString tmp; - if(KviFileDialog::askForOpenFileName(tmp,__tr2qs("Choose an Image File - KVIrc"))) + if(KviFileDialog::askForOpenFileName(tmp,__tr2qs("Choose an Image File - KVIrc"))) { m_pLineEdit->setText(tmp); } @@ -440,7 +440,7 @@ static bool avatar_kvs_cmd_notify(KviKvsModuleCommandCall * c) is returned. The returned string is empty if the specified user has no avatar set or there is no such user at all. @seealso: - [fnc]$avatar.path[/fnc]() + [fnc]$avatar.path[/fnc] */ static bool avatar_kvs_fnc_name(KviKvsModuleFunctionCall * c) @@ -484,7 +484,7 @@ static bool avatar_kvs_fnc_name(KviKvsModuleFunctionCall * c) is returned. The returned string is empty if the specified user has no avatar set or there is no such user at all. @seealso: - [fnc]$avatar.name[/fnc]() + [fnc]$avatar.name[/fnc] */ static bool avatar_kvs_fnc_path(KviKvsModuleFunctionCall * c) |
