-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
18 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,8 @@ use warnings; | |
sub application_name { | ||
my $name = "Test and demo application for Tpda3\n"; | ||
$name .= "Author: Stefan Suciu\n"; | ||
$name .= "Copyright 2010-2019\n"; | ||
$name .= "Copyright 2010-2021\n"; | ||
$name .= "GNU General Public License (GPL)\n"; | ||
$name .= '[email protected]'; | ||
return $name; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -342,7 +342,7 @@ sub lookup_reportsto { | |
|
||
=head1 AUTHOR | ||
Stefan Suciu, C<< <[email protected]> >> | ||
Stefan Suciu | ||
=head1 BUGS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -337,10 +337,8 @@ sub about { | |
$text->insert( 'end', $PROGRAM_NAME . "\n", 'normal' ); | ||
$text->insert( 'end', "Version " . $PROGRAM_VER . "\n", 'normal' ); | ||
$text->insert( 'end', "Author: Ștefan Suciu\n", 'normal' ); | ||
$text->insert( 'end', "Copyright 2010-2019\n", 'normal' ); | ||
$text->insert( 'end', "Copyright 2010-2021\n", 'normal' ); | ||
$text->insert( 'end', "GNU General Public License (GPL)\n", 'normal' ); | ||
$text->insert( 'end', '[email protected]', | ||
'italic' ); | ||
$text->insert( 'end', "\n\n" ); | ||
$text->insert( 'end', "$APP_NAME\n", 'normal' ); | ||
$text->insert( 'end', "Version " . $APP_VER . "\n", 'normal' ); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -502,13 +502,13 @@ __END__ | |
=head1 AUTHOR | ||
Stefan Suciu, E<lt>[email protected]E<gt> | ||
Stefan Suciu | ||
Lorenz Domke, E<lt>[email protected]E<gt> | ||
Lorenz Domke | ||
=head1 COPYRIGHT AND LICENSE | ||
Copyright (C) 2019 by Stefan Suciu | ||
Copyright (C) 2021 by Stefan Suciu | ||
Copyright (C) 2008 by Lorenz Domke | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,8 @@ use warnings; | |
sub application_name { | ||
my $name = "Test and demo application for Tpda3\n"; | ||
$name .= "Author: Stefan Suciu\n"; | ||
$name .= "Copyright 2010-2019\n"; | ||
$name .= "Copyright 2010-2021\n"; | ||
$name .= "GNU General Public License (GPL)\n"; | ||
$name .= '[email protected]'; | ||
return $name; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,10 +150,10 @@ sub about { | |
$about->SetName($PROGRAM_NAME); | ||
$about->SetVersion($PROGRAM_VER); | ||
$about->SetDescription("$PROGRAM_DESC\nDatabase application framework and run-time"); | ||
$about->SetCopyright('(c) 2010-2019 Ştefan Suciu <[email protected]>'); | ||
$about->SetCopyright('(c) 2010-2021 Ştefan Suciu>'); | ||
$about->SetLicense($LICENSE); | ||
$about->SetWebSite( 'http://tpda.s2i2.ro/', 'The Tpda3 home site'); | ||
$about->AddDeveloper( 'Ştefan Suciu <[email protected]>' ); | ||
$about->SetWebSite( 'http://stefansuciu.ro/', 'The Tpda3 home site'); | ||
$about->AddDeveloper( 'Ştefan Suciu' ); | ||
|
||
Wx::AboutBox( $about ); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Tpda3 0.98.5\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"Project-Id-Version: Tpda3 0.99.99\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2015-05-27 17:10+0300\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
|