From 9d00ea6ff19d22b0f14cb11970f7067d42674118 Mon Sep 17 00:00:00 2001 From: Colin Eles Date: Fri, 27 Aug 2010 18:21:46 +0000 Subject: [PATCH] forgot to add some files git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6149 57e6efec-57d4-0310-aeb1-a6c144bb1a8b --- @GUI/about_call.m | 3 +++ @GUI/help_call.m | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 @GUI/about_call.m create mode 100644 @GUI/help_call.m diff --git a/@GUI/about_call.m b/@GUI/about_call.m new file mode 100644 index 0000000..f14fd25 --- /dev/null +++ b/@GUI/about_call.m @@ -0,0 +1,3 @@ +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 diff --git a/@GUI/help_call.m b/@GUI/help_call.m new file mode 100644 index 0000000..eeaf9ea --- /dev/null +++ b/@GUI/help_call.m @@ -0,0 +1,3 @@ +function [] = help_call(object,src,event) + +end \ No newline at end of file -- GitLab