~ubuntu-branches/ubuntu/trusty/kvirc/trusty

« back to all changes in this revision

Viewing changes to src/modules/setup/libkvisetup.cpp

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-05-18 19:36:33 UTC
  • mfrom: (24.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130518193633-d2caq4677ihxc93h
Tags: 4:4.2.0-2
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                switch(g_iThemeToApply)
91
91
                {
92
92
                        case THEME_APPLY_HIRES:
93
 
                                KviTheme::load("YellowIRC-1.0.0",out,BUILTIN);
 
93
                                KviTheme::load("Aria-1.0.0",out,BUILTIN);
94
94
                        break;
95
95
                        case THEME_APPLY_LORES:
96
96
                                KviTheme::load("MinimalDark-1.0.0",out,BUILTIN);