summaryrefslogtreecommitdiff
path: root/sc/source/ui/collab/contacts.src
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-07-17 00:32:37 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:40:31 +0200
commit1abd8c22a56bd51a2da2be4da1ef79be04e5b985 (patch)
tree11ec68581ad50bb1dc3ef65de07111b9b0ea55ac /sc/source/ui/collab/contacts.src
parenta64fa6c7235559667afef1bb185203fd0d262e44 (diff)
tubes: improve contacts dialog
- do not show until it's ready - do not close it with buttons - buttons for both 1-1 and MUC sessions - display all online contacts Change-Id: Idfbea7ffdf76ef3f31dbeeefe62d69cb5e3e64b7
Diffstat (limited to 'sc/source/ui/collab/contacts.src')
-rw-r--r--sc/source/ui/collab/contacts.src10
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/source/ui/collab/contacts.src b/sc/source/ui/collab/contacts.src
index 27d1dcafc7cd..6a868ae87aaf 100644
--- a/sc/source/ui/collab/contacts.src
+++ b/sc/source/ui/collab/contacts.src
@@ -9,7 +9,7 @@ ModelessDialog RID_SCDLG_CONTACTS
Hide = FALSE ;
Moveable = TRUE ;
Closeable = TRUE ;
- Size = MAP_APPFONT ( 220 , 215 ) ;
+ Size = MAP_APPFONT ( 220 , 225 ) ;
OutputSize = TRUE ;
Text [ en-US ] = "Contacts" ;
@@ -23,7 +23,13 @@ ModelessDialog RID_SCDLG_CONTACTS
{
Pos = MAP_APPFONT( 70 , 200 );
Size = MAP_APPFONT( 50 , 10 );
- Text [ en-US ] = "Collaborate";
+ Text [ en-US ] = "startBuddySession";
+ };
+ PushButton BTN_GROUP
+ {
+ Pos = MAP_APPFONT( 70 , 212 );
+ Size = MAP_APPFONT( 50 , 10 );
+ Text [ en-US ] = "startGroupSession";
};
PushButton BTN_INVITE
{