diff src/gui/window.cc @ 366:886f66775f31

animone: add preliminary AT-SPI stuff anime_list: finish the regular singular right click menu
author Paper <paper@tflc.us>
date Sun, 17 Nov 2024 19:56:01 -0500
parents a0aa8c8c4307
children
line wrap: on
line diff
--- a/src/gui/window.cc	Wed Oct 02 23:06:43 2024 -0400
+++ b/src/gui/window.cc	Sun Nov 17 19:56:01 2024 -0500
@@ -140,7 +140,9 @@
 	statusBar()->showMessage(Strings::ToQString(message), 2000);
 }
 
-/* Does the main part of what Qt's generic "RetranslateUI" function would do */
+/* FIXME:
+ * ALL of the pages need to have a retranslate function. This would require
+ * huge amounts of refactoring hence why it hasn't been done yet. */
 void MainWindow::AddMainWidgets() {
 	int page = sidebar_.GetCurrentItem();