summaryrefslogtreecommitdiffstats
path: root/iw/xconfig_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/xconfig_gui.py')
-rw-r--r--iw/xconfig_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py
index 6e1b4a8d6..7917a0121 100644
--- a/iw/xconfig_gui.py
+++ b/iw/xconfig_gui.py
@@ -688,7 +688,7 @@ class MonitorWindow (InstallWindow):
# now insert rest of monitors, unless we match the ddc probed id
for man in keys:
models = monitorslist[man]
- if man in ["Generic LCD Display", "Generic CRT Display"]:
+ if man in ["Generic LCD Display", "Generic CRT Display", "Generic"]:
title = _(man)
# dont sort generic, present in order in file
else: