-
Notifications
You must be signed in to change notification settings - Fork 16
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
4 changed files
with
242 additions
and
176 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -673,7 +673,7 @@ void kainoteFrame::OnMenuSelected1(wxCommandEvent& event) | |
else if (id == About){ | ||
KaiMessageBox(wxString::Format(_("Edytor napisów by Marcin Drob aka Bakura lub Bjakja ([email protected]),\nwersja %s z dnia %s"), | ||
Options.progname.AfterFirst('v'), Options.GetReleaseDate()) + " \n\n" + | ||
_("Ten program powstał w celu zastąpiienia dwóch programów Bestplayera i Aegisuba.\n\n") + | ||
_("Ten program powstał w celu zastąpienia dwóch programów Bestplayera i Aegisuba.\n\n") + | ||
_("Jeśli zauważyłeś(aś) jakieś błędy bądź masz jakieś propozycje zmian lub nowych funkcji,\nmożesz napisać o tym na: forum ANSI, Githubie, bądź mailowo.\n\n") + | ||
_("Kainote zawiera w sobie części następujących projeków:\n") + | ||
L"wxWidgets - Copyright © Julian Smart, Robert Roebling et al;\n" + | ||
|
Oops, something went wrong.