⛏️ index : haiku.git

author Humdinger <humdinger@mailbox.org> 2025-12-13 7:34:29.0 +01:00:00
committer Adrien Destugues <pulkomandy@pulkomandy.tk> 2025-12-13 13:51:12.0 +00:00:00
commit
4f361b3c3dc6bc8383628d1cd582f6c37f348d4f [patch]
tree
a1b8120daf12af6e5b80a874de42a3149d5605c4
parent
c0e88245dc2d7d6417a8a7e19656401a323ddcaf
download
4f361b3c3dc6bc8383628d1cd582f6c37f348d4f.tar.gz

ActivityMonitor: fix missing translatable strings

Added missing SystemInfoHandler.cpp to Jamfile for the missing new
string "No thermal sensor".

Change-Id: I308bf29658a623bcfd552ff4c418ed3baab8833a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10103
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>

Diff

 src/apps/activitymonitor/Jamfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/apps/activitymonitor/Jamfile b/src/apps/activitymonitor/Jamfile
index ddf4f7f..bdbd6e5 100644
--- a/src/apps/activitymonitor/Jamfile
+++ b/src/apps/activitymonitor/Jamfile
@@ -23,4 +23,5 @@
	ActivityWindow.cpp
	DataSource.cpp
	SettingsWindow.cpp
	SystemInfoHandler.cpp
;