Skip to content

Commit

Permalink
[37_3] New Mogan Icon on Windows
Browse files Browse the repository at this point in the history
Related:
+ #504
+ #505

---------

Co-authored-by: mgubi <[email protected]>
  • Loading branch information
da-liii and mgubi authored Oct 16, 2023
1 parent 9a64bed commit 2962aca
Show file tree
Hide file tree
Showing 7 changed files with 320 additions and 1 deletion.
Binary file added TeXmacs/misc/images/new-mogan-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added TeXmacs/misc/images/new-mogan-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added TeXmacs/misc/images/new-mogan-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added TeXmacs/misc/images/new-mogan-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
316 changes: 316 additions & 0 deletions TeXmacs/misc/images/new-mogan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/macos/new-mogan.icns
Binary file not shown.
5 changes: 4 additions & 1 deletion src/Mogan/Research/research.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,10 @@ main (int argc, char** argv) {
#endif
init_texmacs_path (argc, argv);
#ifdef QTTEXMACS
if (!headless_mode) qtmapp->set_window_icon ("/misc/images/texmacs-512.png");
if (!headless_mode) {
// it this really necessary? Should be set in the metadata.
qtmapp->set_window_icon ("/misc/images/new-mogan-512.png");
}
#endif
// cout << "Bench ] Started TeXmacs\n";
the_et = tuple ();
Expand Down

0 comments on commit 2962aca

Please sign in to comment.