This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch master in repository aghermann.
commit e5ef5b6fc144c939a1c563fea018e2cba7a568c0 Author: Andrei Zavada <[email protected]> Date: Sun Sep 15 02:07:05 2013 +0300 SF: mention subject group in window title --- upstream/src/aghermann/ui/sf/sf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream/src/aghermann/ui/sf/sf.cc b/upstream/src/aghermann/ui/sf/sf.cc index 8b096ed..32df137 100644 --- a/upstream/src/aghermann/ui/sf/sf.cc +++ b/upstream/src/aghermann/ui/sf/sf.cc @@ -215,7 +215,7 @@ SScoringFacility (agh::CSubject& J, // set window title gtk_window_set_title( (GtkWindow*)wSF, - snprintf_buf( "Scoring: %s’s %s in %s", J.name.c_str(), E.c_str(), D.c_str())); + snprintf_buf( "Scoring: %s in %s of %s (%s)", E.c_str(), D.c_str(), J.name.c_str(), _p.ED->group_of(J))); // align empty area next to EMG profile with spectrum panes vertically // g_object_set( (GObject*)cSFSleepStageStats, -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
