changeset 144 | 887cd09ea943 |
parent 133 | b289ba51506f |
child 149 | 930e838ad5b6 |
39:5dd56fc84365 | 40:f3d9e63d1f04 |
---|---|
337 } |
337 } |
338 } |
338 } |
339 |
339 |
340 void MainWin::openFile() |
340 void MainWin::openFile() |
341 { |
341 { |
342 if(active_tab!=-1) |
342 if(active_tab==-1) |
343 { |
343 { |
344 tabs[active_tab]->openFile(); |
344 newTab(); |
345 } |
345 } |
346 tabs[active_tab]->openFile(); |
|
346 } |
347 } |
347 |
348 |
348 void MainWin::saveFile() |
349 void MainWin::saveFile() |
349 { |
350 { |
350 if(active_tab!=-1) |
351 if(active_tab!=-1) |