Work in progress.

merge-requests/1/head
Teuniz 2015-07-04 20:27:42 +02:00
rodzic c3055e299b
commit 5fdf6e7781
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -31,7 +31,7 @@
#define PROGRAM_NAME "DSRemote"
#define PROGRAM_VERSION "0.20_1507041109"
#define PROGRAM_VERSION "0.20_1507042026"
#define MAX_PATHLEN 4096

Wyświetl plik

@ -1412,7 +1412,7 @@ int UI_Mainwindow::get_device_settings()
{
devparms.acquiretype = 2;
}
else if(!strcmp(device->buf, "HRESR"))
else if(!strcmp(device->buf, "HRES"))
{
devparms.acquiretype = 3;
}