mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* EOAdaptors/SQLiteAdaptor/LoginPanel/SQLite3LoginPanel.m
use NSOpenPanel when opening a file git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36325 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c8abdfcc7a
commit
2d3682394a
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
2013-03-10: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* Apps/EOModelEditor/Inspectors/EntityInspector.m
|
||||
add warning about method not implemented
|
||||
* EOAdaptors/SQLiteAdaptor/LoginPanel/SQLite3LoginPanel.m
|
||||
use NSOpenPanel when opening a file
|
||||
|
||||
2013-03-08: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* Apps/EOModelEditor/EOMEDocument.h
|
||||
|
|
|
@ -278,8 +278,8 @@ static BOOL insideModalLoop = YES;
|
|||
|
||||
- (void)browse:(id)sender
|
||||
{
|
||||
int code;
|
||||
id panel = [NSSavePanel savePanel];
|
||||
NSInteger code;
|
||||
NSOpenPanel *panel = [NSOpenPanel openPanel];
|
||||
NSString *file;
|
||||
|
||||
[panel setAllowedFileTypes:nil];
|
||||
|
|
Loading…
Reference in a new issue