Commit 9d00ea6f authored by Colin Eles's avatar Colin Eles
Browse files

forgot to add some files

git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6149 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
parent d08f7e0d
Loading
Loading
Loading
Loading

@GUI/about_call.m

0 → 100644
+3 −0
Original line number Diff line number Diff line
function [] = about_call(object,src,event)
    msgbox(sprintf('Table Toolbox v%s\nCopyright 2010\nColin Eles\nMcMaster Center for Software Certification',object.version),'About Table Tool','modal');
end
 No newline at end of file

@GUI/help_call.m

0 → 100644
+3 −0
Original line number Diff line number Diff line
function [] = help_call(object,src,event)
    
end
 No newline at end of file