+ improvements to the subwindow arrangement algorithms ++ many bugfixes ++ new window arrangement modes "Tile" and "Auto Tile" + new module selection header in the text windows + tons of bugfixes + many improvements to the windows port + improved debug mode of the application + improvements to build system + translation updates + Christmas splash screen and display template OBS-URL: https://build.opensuse.org/package/show/Education/bibletime?expand=0&rev=18
14 lines
318 B
Diff
14 lines
318 B
Diff
Index: configure
|
|
===================================================================
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -32790,7 +32790,7 @@
|
|
using namespace sword;
|
|
#endif
|
|
|
|
-int main(int argc, char** argv) {
|
|
+int main(int argc, char** argv[]) {
|
|
std::cout << SWVersion::currentVersion << std::endl;
|
|
return 0;
|
|
}
|