mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-11 16:13:05 -04:00
update start wizard, change gui settings directory into ssl profile directory (RestroShare.conf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2141 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fb5bbf2e96
commit
e142c63180
16 changed files with 1189 additions and 1588 deletions
|
@ -1,7 +1,7 @@
|
|||
/****************************************************************
|
||||
* This file is distributed under the following license:
|
||||
*
|
||||
* Copyright (c) 2006-2007, crypton
|
||||
* This file is distributed under the following license:
|
||||
*
|
||||
* Copyright (c) 2006-2007, crypton
|
||||
* Copyright (c) 2006, Matt Edman, Justin Hipple
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -69,10 +69,16 @@
|
|||
#define DEFAULT_BWGRAPH_FILTER (BWGRAPH_SEND|BWGRAPH_REC)
|
||||
#define DEFAULT_BWGRAPH_ALWAYS_ON_TOP false
|
||||
|
||||
|
||||
RshareSettings::RshareSettings(std::string filename) : RSettings(filename) {
|
||||
initSettings();
|
||||
}
|
||||
|
||||
/** Default Constructor */
|
||||
RshareSettings::RshareSettings()
|
||||
RshareSettings::RshareSettings() {
|
||||
initSettings();
|
||||
}
|
||||
|
||||
void RshareSettings::initSettings()
|
||||
{
|
||||
#if defined(Q_WS_MAC)
|
||||
setDefault(SETTING_STYLE, "macintosh (aqua)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue