mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added to use on xp default style windows xp
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3032 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
74978b77b7
commit
f746306975
@ -93,6 +93,8 @@ void RshareSettings::initSettings()
|
|||||||
#if defined(Q_WS_WIN)
|
#if defined(Q_WS_WIN)
|
||||||
if (styles.contains("windowsvista", Qt::CaseInsensitive))
|
if (styles.contains("windowsvista", Qt::CaseInsensitive))
|
||||||
setDefault(SETTING_STYLE, "windowsvista");
|
setDefault(SETTING_STYLE, "windowsvista");
|
||||||
|
else if (styles.contains("windowsxp", Qt::CaseInsensitive))
|
||||||
|
setDefault(SETTING_STYLE, "windowsxp");
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user