diff options
Diffstat (limited to 'grc/data/platforms/python/blocks/preferences.xml')
-rw-r--r-- | grc/data/platforms/python/blocks/preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/grc/data/platforms/python/blocks/preferences.xml b/grc/data/platforms/python/blocks/preferences.xml index e426b5a34..62f7e17c1 100644 --- a/grc/data/platforms/python/blocks/preferences.xml +++ b/grc/data/platforms/python/blocks/preferences.xml @@ -17,6 +17,12 @@ <type>string</type> </param> <param> + <name>Window Prefix</name> + <key>window_prefix</key> + <value>GRC</value> + <type>string</type> + </param> + <param> <name>File Open</name> <key>file_open</key> <value></value> |