~igor-cali/bilancio/stable

« back to all changes in this revision

Viewing changes to src/openmoneybox/ui/getbackobj.h

  • Committer: Igor Calì
  • Date: 2020-03-14 09:58:16 UTC
  • Revision ID: igor.cali0@gmail.com-20200314095816-kshrqreat42opaud
v3.4.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Name:      getbackobj.h
3
3
 * Purpose:   Code for OpenMoneyBox Application Class
4
4
 * Author:    Igor Calì (igor.cali0@gmail.com)
5
 
 * Created:   2018-08-13
 
5
 * Created:   2020-01-11
6
6
 * Copyright: Igor Calì (igor.cali0@gmail.com)
7
7
 * License:             GNU
8
8
 **************************************************************/
47
47
        void PerChange(wxCommandEvent& event);
48
48
};
49
49
 
50
 
// Calls to module igiLogo.DLL
 
50
// Calls to module ombLogo.DLL
51
51
WXIMPORT wxString iUpperCase(wxString S);
52
52
// Calls to module omberr.DLL
53
53
WXIMPORT void Error(int Err,wxString Opt);