1 2 3 4 5 6 7 8 9 10 11 12 13
|
diff -ruN rezound-0.12.2beta-old/src/frontend_fox/CAboutDialog.cpp rezound-0.12.2beta/src/frontend_fox/CAboutDialog.cpp
--- rezound-0.12.2beta-old/src/frontend_fox/CAboutDialog.cpp 2005-05-01 06:58:26.000000000 +0200
+++ rezound-0.12.2beta/src/frontend_fox/CAboutDialog.cpp 2005-12-02 17:14:11.000000000 +0100
@@ -71,7 +71,8 @@
FXPacker *t=new FXPacker(tabs, LAYOUT_FILL_X|LAYOUT_FILL_Y | FRAME_RAISED|FRAME_THICK);
(new FXText(t,NULL,0,TEXT_READONLY|TEXT_WORDWRAP|LAYOUT_FILL_X|LAYOUT_FILL_Y))->setText(_("*** PLEASE READ ***\n\
-\n\
+\n\n\
+ReZound Debian package maintained by Gunter Geiger, bug reports to bugs.debian.org/rezound\n\n\
Welcome to this beta stage release of ReZound. The primary goal for this beta stage is to get feedback on what problems ReZound has running as well as adding a (not-so-well) defined list of features that I would like ReZound to have before calling it '1.0'. Please report any problems you may have with the configure/compiling/running process to me through the bug report link on the next tab in this about dialog.\n\
Features are growing. I plan eventually to write a brief document on how to implement new actions/effects/edits. I specifically designed ReZound so that it would be easy to create new actions.\n\
If you have any suggestions about the UI or other functionality then please report them also to me through either the support link or feature request link on the next tab. Thank you for giving ReZound a try. I hope your experience is a good one and that you will find this application useful when you need to edit audio as I find it useful.\n\
|