diff options
| author | Florian Jung <flo@windfisch.org> | 2011-08-22 18:23:49 +0000 | 
|---|---|---|
| committer | Florian Jung <flo@windfisch.org> | 2011-08-22 18:23:49 +0000 | 
| commit | c74147c3993859918450a31545dbaa0d2e654f5c (patch) | |
| tree | 1d8b3546c02d22b4140ff08bafc06735249a2d45 /muse2/muse | |
| parent | b420f1dd82698c9d7c46212a57a1142a4e37f228 (diff) | |
deal: "Borland-style" is now called "Borland-/Mac-style"
Diffstat (limited to 'muse2/muse')
| -rw-r--r-- | muse2/muse/midiedit/scoreedit.cpp | 3 | ||||
| -rw-r--r-- | muse2/muse/widgets/gensetbase.ui | 2 | 
2 files changed, 2 insertions, 3 deletions
| diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp index a682eab0..12f96476 100644 --- a/muse2/muse/midiedit/scoreedit.cpp +++ b/muse2/muse/midiedit/scoreedit.cpp @@ -4451,10 +4451,9 @@ void staff_t::update_part_indices()   *     changing "share" status, the changed state isn't stored   *    * CURRENT TODO - *   o shortcuts, especially for fullscreen + * m o shortcuts, especially for fullscreen   * m o arranger's size hint sucks oO   *     maybe related: windows -> tile doesn't work, overrides scrollbarpolicy - * m o rename "borland" to "mac" style???   *   o fix saving muse main win settings in global config dialog   *   o strange sizes of toolbars oO?   *   o remove that ugly "bool initalizing" stuff. it's probably unneeded (watch out for the FINDMICH message) diff --git a/muse2/muse/widgets/gensetbase.ui b/muse2/muse/widgets/gensetbase.ui index 6b5ab8a8..3d15aaa5 100644 --- a/muse2/muse/widgets/gensetbase.ui +++ b/muse2/muse/widgets/gensetbase.ui @@ -1392,7 +1392,7 @@ Otherwise, hold Ctrl to keep them open.</string>              <item>               <widget class="QPushButton" name="buttonBorlandPreset">                <property name="text"> -               <string>Borland-like MDI</string> +               <string>Borland-/Mac-like MDI</string>                </property>               </widget>              </item> | 
