summaryrefslogtreecommitdiff
path: root/sc/source/ui/collab/contacts.src
diff options
context:
space:
mode:
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
{