Browse Source

NSM: Specify window class for NSM-Proxy GUI.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
1945477b10
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      session-manager/src/NSM_Proxy_UI.fl

+ 1
- 1
session-manager/src/NSM_Proxy_UI.fl View File

@@ -8,7 +8,7 @@ class NSM_Proxy_UI {open
} {
Fl_Window {} {
label {NSM Proxy} open
xywh {1011 106 490 665} type Double color 47 labelcolor 55 visible
xywh {1011 106 490 665} type Double color 47 labelcolor 55 visible xclass NSM-Proxy
} {
Fl_Box {} {
label {Command-line options are incompatible with robust session management for a variety of reasons, so the NSM server does not support them directly. This proxy exists to allow programs which require command-line options to be included in an NSM session. Be warned that referring to files outside of the session directory will impair your ability to reliably archive and transport sessions. Patching the program to use NSM natively will result in a better experience.


Loading…
Cancel
Save