mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
set a default title of course !
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@588 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
8f6fdf185d
commit
c6964906ab
1 changed files with 1 additions and 1 deletions
|
|
@ -870,7 +870,7 @@ static void linphone_gtk_configure_main_window(){
|
|||
static const char *stop_call_icon;
|
||||
GtkWidget *w=linphone_gtk_get_main_window();
|
||||
if (!config_loaded){
|
||||
title=linphone_gtk_get_ui_config("title",NULL);
|
||||
title=linphone_gtk_get_ui_config("title","Linphone");
|
||||
home=linphone_gtk_get_ui_config("home","http://www.linphone.org");
|
||||
start_call_icon=linphone_gtk_get_ui_config("start_call_icon","green.png");
|
||||
stop_call_icon=linphone_gtk_get_ui_config("stop_call_icon","red.png");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue