Show
Ignore:
Timestamp:
01/22/10 19:44:34 (2 years ago)
Author:
sven-win
Message:

Umfangreiche Weiterentwicklung (letzte Entwicklung am Netbook). Driver fuer M200 erstmals testweise implementiert; funktioniert(e mit Netbook).

-- Sven @ netboo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • punch-card-project/trunk/punch-card-editor/src/app/mainwindow.ui.cc

    r58 r59  
    2424        // * Menus und Actions erstellen 
    2525        if(opened) { 
     26                Q_ASSERT(deck); 
     27 
    2628                // titel setzen 
    27                 setWindowFilePath(QFileInfo(file).filePath()); 
     29                if(deck->hasFile()) { 
     30                        setWindowFilePath(QFileInfo(deck->getFileName()).filePath()); 
     31                } 
    2832                setWindowTitle(tr("%1[*] - %2").arg( 
    29                         file.fileName().isEmpty() ? tr("New Card Deck") : file.fileName() 
     33                        deck->hasFile() ? tr("New Card Deck") : deck->getFileName() 
    3034                        ).arg(tr("Punch Card Editor"))); 
    3135                // Modified-Stern ([*]) verbinden 
© 2008 - 2010 Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License