diff options
| author | Simon Rettberg | 2016-03-24 17:29:02 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2016-03-24 17:29:02 +0100 |
| commit | e902ef9dd878f0ba2ce720c719263cff2bb7ee2d (patch) | |
| tree | ce7e2e5d6f261307c38f51f6c71eceae16ebc2e9 /remote | |
| parent | [run-virt] (setup_virt_floppy)Ahem, check-in too soon, corr. (diff) | |
| download | tm-scripts-e902ef9dd878f0ba2ce720c719263cff2bb7ee2d.tar.gz tm-scripts-e902ef9dd878f0ba2ce720c719263cff2bb7ee2d.tar.xz tm-scripts-e902ef9dd878f0ba2ce720c719263cff2bb7ee2d.zip | |
[run-virt] geraffel.ini -> openslx.ini
Diffstat (limited to 'remote')
| -rwxr-xr-x | remote/modules/run-virt/data/opt/openslx/vmchooser/data/openslx.exe | bin | 58368 -> 58368 bytes | |||
| -rw-r--r-- | remote/modules/run-virt/winres.c | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/run-virt/data/opt/openslx/vmchooser/data/openslx.exe b/remote/modules/run-virt/data/opt/openslx/vmchooser/data/openslx.exe Binary files differindex 4a2c62af..f8349ae9 100755 --- a/remote/modules/run-virt/data/opt/openslx/vmchooser/data/openslx.exe +++ b/remote/modules/run-virt/data/opt/openslx/vmchooser/data/openslx.exe diff --git a/remote/modules/run-virt/winres.c b/remote/modules/run-virt/winres.c index bc4f427d..626a1048 100644 --- a/remote/modules/run-virt/winres.c +++ b/remote/modules/run-virt/winres.c @@ -40,8 +40,8 @@ typedef struct { static const ssize_t KEYLEN = 16; #define DRIVEMAX (100) #define LOGFILELEN (300) -#define SETTINGS_FILE "B:\\GERAFFEL.INI" -#define SETTINGS_FILE_W L"B:\\GERAFFEL.INI" +#define SETTINGS_FILE "B:\\OPENSLX.INI" +#define SETTINGS_FILE_W L"B:\\OPENSLX.INI" static BOOL bGetShares = FALSE; static netdrive_t drives[DRIVEMAX]; |
