Skip to content

Commit

Permalink
fix segfault in select.list()
Browse files Browse the repository at this point in the history
  • Loading branch information
s-u committed May 20, 2021
1 parent 05ae0e4 commit d016879
Show file tree
Hide file tree
Showing 7 changed files with 577 additions and 692 deletions.
187 changes: 84 additions & 103 deletions English.lproj/MainMenu.xib

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SelectList.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@interface SelectList : NSObject
{
IBOutlet NSTableView *listDataSource; /* TableView for the list */
id SelectListWindow;
IBOutlet NSWindow *SelectListWindow;

int totalItems;
NSString **listItem;
Expand Down
215 changes: 98 additions & 117 deletions de.lproj/MainMenu.xib

Large diffs are not rendered by default.

215 changes: 98 additions & 117 deletions fr.lproj/MainMenu.xib

Large diffs are not rendered by default.

215 changes: 98 additions & 117 deletions it.lproj/MainMenu.xib

Large diffs are not rendered by default.

215 changes: 98 additions & 117 deletions ja.lproj/MainMenu.xib

Large diffs are not rendered by default.

220 changes: 100 additions & 120 deletions nl.lproj/MainMenu.xib

Large diffs are not rendered by default.

0 comments on commit d016879

Please sign in to comment.