mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2026-01-13 05:42:05 +00:00
vairous fixes see changelog ...
This commit is contained in:
@ -109,7 +109,7 @@ int main(int argc, char **argv)
|
||||
sy+=YSPACING;
|
||||
|
||||
//files and folders
|
||||
asprintf(&wd,"%s",apc->userHome);
|
||||
asprintf(&wd,"%s",apc->userHome.c_str());
|
||||
filedialogfile=new LFSTK_fileDialogClass(wc,"Select File",wd,FILEDIALOG);
|
||||
//filedialogfile->useThumbs=true;
|
||||
//filedialogfile=new LFSTK_fileDialogClass(wc,"Select File",NULL,FILEDIALOG);
|
||||
|
||||
Reference in New Issue
Block a user