mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 09:35:32 -04:00
renamed class PeersDialog to FriendsDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4208 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
94d526193c
commit
2f1c9b713b
10 changed files with 152 additions and 152 deletions
|
@ -38,7 +38,7 @@ class DiscStatus;
|
|||
class DHTStatus;
|
||||
class HashingStatus;
|
||||
class ForumsDialog;
|
||||
class PeersDialog;
|
||||
class FriendsDialog;
|
||||
class ChatDialog;
|
||||
class NetworkDialog;
|
||||
class SearchDialog;
|
||||
|
@ -71,7 +71,7 @@ public:
|
|||
enum Page {
|
||||
/* Fixed numbers for load and save the last page */
|
||||
Network = 0, /** Network page. */
|
||||
Friends = 1, /** Peers page. */
|
||||
Friends = 1, /** Friends page. */
|
||||
Search = 2, /** Search page. */
|
||||
Transfers = 3, /** Transfers page. */
|
||||
SharedDirectories = 4, /** Shared Directories page. */
|
||||
|
@ -108,7 +108,7 @@ public:
|
|||
*/
|
||||
|
||||
NetworkDialog *networkDialog;
|
||||
PeersDialog *peersDialog;
|
||||
FriendsDialog *friendsDialog;
|
||||
SearchDialog *searchDialog;
|
||||
TransfersDialog *transfersDialog;
|
||||
ChatDialog *chatDialog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue