From 795fac7d71f64c1cf8db64ed1a896633ecc57a46 Mon Sep 17 00:00:00 2001 From: Damian Minkov Date: Mon, 14 Jul 2008 16:29:25 +0000 Subject: Resource Management Service and its implementation. The service holds all resources and all bundles(except configuration service) use it to retrieve i18n strings,images,settings... --- resources/config/defaults.properties | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'resources/config') diff --git a/resources/config/defaults.properties b/resources/config/defaults.properties index 5b073f7..6e34bc5 100644 --- a/resources/config/defaults.properties +++ b/resources/config/defaults.properties @@ -4,4 +4,33 @@ net.java.sip.communicator.impl.gui.sendMessageCommand=Enter net.java.sip.communicator.impl.gui.sendTypingNotifications=true net.java.sip.communicator.impl.gui.isMultiChatWindowEnabled=true net.java.sip.communicator.impl.gui.isMessageHistoryShown=true -net.java.sip.communicator.impl.gui.messageHistorySize=10 \ No newline at end of file +net.java.sip.communicator.impl.gui.messageHistorySize=10 +applicationName=SIP Communicator +applicationWebSite=http://sip-communicator.org +fontName=Verdana +fontSize=12 +titleFontSize=14 +isLookAndFeelDecorated=false +isToolBarExteneded=false +aboutLogoFontSize=14 +defaultGroupName= +preferredAccountWizard= +tabOverlap=10 +mainWindowWidth=200 +mainWindowHeight=450 +logoBarWidth=0 +logoBarHeight=0 +mainToolbarButtonHeight=28 +mainToolbarButtonWidth=28 +dialPadWidth=150 +dialPadHeight=150 +dialPadHorizontalGap=5 +dialPadVerticalGap=5 + +# branding +textStyle=resources/styles/defaultStyle.css + +# jabber accregwizz +commentsFile=net/java/sip/communicator/plugin/jabberaccregwizz/resources/servercomments.xml + +simpleWizards=SIP|MSN|Yahoo|ICQ|AIM|Jabber -- cgit v1.1