From 33b3fdd2f0f75e83e542a5a73a26c50440c6f7d4 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 28 Jul 2008 15:30:03 +0000 Subject: imported fixes from 0.2 git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@482 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/skin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/skin.cpp') diff --git a/src/ui/skin.cpp b/src/ui/skin.cpp index eabbbc09f..422742bb4 100644 --- a/src/ui/skin.cpp +++ b/src/ui/skin.cpp @@ -648,7 +648,7 @@ void Skin::loadRegion() if ( path.isNull () ) { - qDebug ( "Skin: cannot find region.txt. Transparenty disabled" ); + qDebug ( "Skin: cannot find region.txt. Transparency disabled" ); return; } m_mwRegion = createRegion(path, "Normal"); -- cgit v1.2.3-13-gbd6f