diff options
Diffstat (limited to 'plugins/Clist_modern/src/modern_popup.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_popup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_popup.cpp b/plugins/Clist_modern/src/modern_popup.cpp index 8e2f0e0645..30b554ed00 100644 --- a/plugins/Clist_modern/src/modern_popup.cpp +++ b/plugins/Clist_modern/src/modern_popup.cpp @@ -50,7 +50,7 @@ void ShowTracePopup(const char *text) // Show an popup
void ShowPopup(const char *title, const char *description, int type)
{
- if ( !ServiceExists(MS_POPUP_ADDPOPUP) || !EnablePopups)
+ if (!ServiceExists(MS_POPUP_ADDPOPUP) || !EnablePopups)
return;
// Make popup
|