|
From: <cn...@us...> - 2024-04-18 00:43:56
|
Revision: 1466
http://sourceforge.net/p/seq/svn/1466
Author: cn187
Date: 2024-04-18 00:43:53 +0000 (Thu, 18 Apr 2024)
Log Message:
-----------
Differentiate between global and zone filter in add dialog title
Modified Paths:
--------------
showeq/branches/cn187_devel/src/spawnlistcommon.cpp
Modified: showeq/branches/cn187_devel/src/spawnlistcommon.cpp
===================================================================
--- showeq/branches/cn187_devel/src/spawnlistcommon.cpp 2024-04-18 00:34:33 UTC (rev 1465)
+++ showeq/branches/cn187_devel/src/spawnlistcommon.cpp 2024-04-18 00:43:53 UTC (rev 1466)
@@ -675,7 +675,7 @@
// get the user edited filter string, based on the items filterString
bool ok = false;
filterString =
- FilterDialog::getFilter(m_spawnlist, filterName + " Filter",
+ FilterDialog::getFilter(m_spawnlist, filterName + " Zone Filter",
filterString, &ok);
// if the user clicked ok, add the filter
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|