mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Merged revision 7443 from branches v0.5.5
Added patch from Henry: - Added translation for password input - Fixed utf8 issue in ProfileManager git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7444 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1164344976
commit
eb22610145
4 changed files with 5 additions and 6 deletions
|
@ -93,7 +93,7 @@ std::string pgp_pwd_callback(void * /*hook*/, const char *uid_hint, const char *
|
|||
fprintf(stderr, "pgp_pwd_callback() called.\n");
|
||||
#endif
|
||||
std::string password;
|
||||
RsServer::notify()->askForPassword(std::string("\n ")+uid_hint+" :", prev_was_bad, password) ;
|
||||
RsServer::notify()->askForPassword(uid_hint, prev_was_bad, password) ;
|
||||
|
||||
return password ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue