Browse Source

Timeline: Fix typo.

tags/non-daw-v1.2.0
Jonathan Moore Liles 11 years ago
parent
commit
9837a8f3f7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      timeline/src/TLE.fl

+ 3
- 3
timeline/src/TLE.fl View File

@@ -345,7 +345,7 @@ pi.run();}
free( path );
}

if ( reuslt_path != default_path )
if ( result_path != default_path )
free(default_path);

if ( result_path )
@@ -364,9 +364,9 @@ main_window->redraw();}
}
MenuItem {} {
label {&Open}
callback {char *path;
callback {

read_line( user_config_dir, "default_path", &path );
char *path = read_line( user_config_dir, "default_path" );

const char *name = fl_dir_chooser( "Open Project", path );



Loading…
Cancel
Save