fc
This commit is contained in:
		
							parent
							
								
									43ed6c7878
								
							
						
					
					
						commit
						9517b8ee14
					
				| 
						 | 
				
			
			@ -1396,9 +1396,9 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) {
 | 
			
		|||
      if (!dirExists(workingDirSong)) workingDirSong=getHomeDir();
 | 
			
		||||
      hasOpened=fileDialog->openLoad(
 | 
			
		||||
        "Open File",
 | 
			
		||||
        {"compatible files", "*.fur *.dmf *.mod *.fc13 *.fc14 *.smod",
 | 
			
		||||
        {"compatible files", "*.fur *.dmf *.mod *.fc13 *.fc14 *.smod *.fc",
 | 
			
		||||
         "all files", ".*"},
 | 
			
		||||
        "compatible files{.fur,.dmf,.mod,.fc13,.fc14,.smod},.*",
 | 
			
		||||
        "compatible files{.fur,.dmf,.mod,.fc13,.fc14,.smod,.fc},.*",
 | 
			
		||||
        workingDirSong,
 | 
			
		||||
        dpiScale
 | 
			
		||||
      );
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue