projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for wxBitmapType definition problem
[wxWidgets.git]
/
src
/
html
/
helpctrl.cpp
diff --git
a/src/html/helpctrl.cpp
b/src/html/helpctrl.cpp
index 31a5df2dd6754da78967e07c0476a8a0a180080a..c527460761e314a5adc37f7a4c8082ac9c772701 100644
(file)
--- a/
src/html/helpctrl.cpp
+++ b/
src/html/helpctrl.cpp
@@
-83,7
+83,7
@@
bool wxHtmlHelpController::AddBook(const wxString& book, bool show_wait_msg)
#if wxUSE_BUSYINFO
wxBusyInfo* busy = NULL;
wxString info;
#if wxUSE_BUSYINFO
wxBusyInfo* busy = NULL;
wxString info;
- if (show_wait_msg)
+ if (show_wait_msg)
{
info.Printf(_("Adding book %s"), book.c_str());
busy = new wxBusyInfo(info);
{
info.Printf(_("Adding book %s"), book.c_str());
busy = new wxBusyInfo(info);
@@
-93,7
+93,7
@@
bool wxHtmlHelpController::AddBook(const wxString& book, bool show_wait_msg)
#if wxUSE_BUSYINFO
if (show_wait_msg)
delete busy;
#if wxUSE_BUSYINFO
if (show_wait_msg)
delete busy;
-#endif
+#endif
return retval;
}
return retval;
}
@@
-113,7
+113,7
@@
void wxHtmlHelpController::CreateHelpWindow()
return ;
}
return ;
}
- if (m_Config == NULL)
+ if (m_Config == NULL)
{
m_Config = wxConfigBase::Get(FALSE);
if (m_Config != NULL)
{
m_Config = wxConfigBase::Get(FALSE);
if (m_Config != NULL)
@@
-211,10
+211,8
@@
bool wxHtmlHelpController::DisplayTextPopup(const wxString& text, const wxPoint&
return TRUE;
}
return TRUE;
}
-
- return FALSE;
#endif
#endif
- return FALSE;
+ return FALSE;
}
void wxHtmlHelpController::SetFrameParameters(const wxString& title,
}
void wxHtmlHelpController::SetFrameParameters(const wxString& title,
@@
-248,5
+246,4
@@
bool wxHtmlHelpController::Quit()
return TRUE;
}
return TRUE;
}
-
#endif
#endif