projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
simplify code to return from the end of the function
[wxWidgets.git]
/
src
/
univ
/
theme.cpp
diff --git
a/src/univ/theme.cpp
b/src/univ/theme.cpp
index 47fae5820b156e8f9756bc7eb6bb826057b12d51..9aef4355b92e353cd94879ad82d4626b42f115cc 100644
(file)
--- a/
src/univ/theme.cpp
+++ b/
src/univ/theme.cpp
@@
-1,5
+1,5
@@
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
-// Name: univ/theme.cpp
+// Name:
src/
univ/theme.cpp
// Purpose: implementation of wxTheme
// Author: Vadim Zeitlin
// Modified by:
// Purpose: implementation of wxTheme
// Author: Vadim Zeitlin
// Modified by:
@@
-88,7
+88,7
@@
wxThemeInfo::wxThemeInfo(Constructor c,
wxString nameDefTheme;
// use the environment variable first
wxString nameDefTheme;
// use the environment variable first
- const wxChar *p = wxGetenv(
_
T("WXTHEME"));
+ const wxChar *p = wxGetenv(
wx
T("WXTHEME"));
if ( p )
{
nameDefTheme = p;
if ( p )
{
nameDefTheme = p;